Here is my setup page 1 I have 2 drop downs one for city selection the second for location. Both drop downs pull from firebase, through a backend query, and yield a text output. I have included a "go" button to take users to another page with specific location/city pairing information (or that is what I am trying to do). Thus far I am only able to pass text from the second drop down, via the go button action, to the next page. What I really need to do is find a way for all the extra parameters in the firebase document reference to go along with it. I am trying to link all the specific details for the location/city pairing on the next page...again all I seem to be able to link is straight text for that one line.
Pass dropdown parameters
Actions & Logic
1) Tried changing the pass parameter from string to document reference and document...didn't work get an error message.
2) Thought maybe I could use a backend query to build the page off the passed string...didnt work.
3) Watched lots of videos none seem to address my dropdown information passing issue.
Yes
5 replies