I have a field where it asks for City which is a Data Type. In the search they will search and if they don’t see their city in the selection they can click the add city text. This opens up a Reusable element popup named “Add City”. This will create the new city, and then I have on the save button of the popup to save a state of the city for the newly created city.
Then, on the page I added this popup element I have when the popup is closed Set the pages “Current_city_STATE” to the City State of the popup. With there now being a new city in the page’s state it should hide the search bar and display the city, but I can’t get this to work. Any idea why? Is it not carrying over the State save from the reusable element? I’ve tried resetting the group to see if it would then display, but nothing.
Suggestions?