Hi everybody,
This could appear so easy and basic but I couldn’t succeed in yesterday.
I have a repeat Card list from a query.
On click event on this card I need to redirect (or no) to 3 different pages of my mobile app depending of several query params value.
Also, when showing your code, please post your code here, not screenshots. We can’t copy code from screenshots.
And from what i see, in your case you either need to use params for the page flow and pass the clicked record location_pret and status_intervention, or just apply an inline flow for the repeat items onclick event.
run: { action: "{{browser_sub.goto('/assignation/'+app.main.f7page.repeatUrgences[].id_inter)}}", name: "RedirTraitementLoc" }
This way?
Also, when showing your code, please post your code here , not screenshots. We can’t copy code from screenshots.
I will!
And from what i see, in your case you either need to use params for the page flow and pass the clicked record location_pret and status_intervention , or just apply an inline flow for the repeat items onclick event.
I tryed this, then asked myself how to set the value on click, maybe I just need to set the param so I can use it? I’m missing somthing
First setup all the dynamic parameters you will need for your flow i.e. all the ids and things that will need to get dynamic data from the clicked record under $param:
@Teodor
I see the topic has been ASSIGNED (This is not my first recent topic to be assigned). Don’t want to waste your time - just to understand Wappler’s team process.