Ok, I honestly tried to find the answer!
But now I actually found it:
You should be able to use the Use Integration
action, followed by a Update state variable
action. Previous actions data are accessible in future actions via the $step
variable.
You can read more about it here Interactions and state reference | Learn Plasmic
I am trying to re-implement this webpage on our new website using plasmic
The page loads with a list of leagues. When a league is tapped, seasons associated with that league are fetched, and a new list is displayed on the screen. When a season is tapped, each leagues recap sheet is then displayed in another new list. A back button is also available.
I’m a little stuck on how to do this in plasmic. Each list is retrieved via an API call, and I don’t understand how I can query new data based o…
1 Like