How can I dynamically display data in a popup – data that comes from an individual cell in a repeating group?
I know how to pass data from a single cell in a repeating group dynamically by using a parameter and external URL, but I’d like my users not to have to leave the page, and open the data dynamically in a popup instead.
You’d set the popup to the same type of thing that your repeating group is. Then, when you trigger the pop up to open, you’d use the “send data to group” action in the workflow. I think that’ll work.
Perfect. Got it.
Now though, I can’t find an open that allows me to display the current cell’s data in the popup group.
Therein lies the root of the problem!
Any ideas? I tried “doing a search for” postings (that’s what I’m trying to display, a job posting) and that doesn’t lead me somewhere I recognize what to do.
Hey Kian The button would need to be inside of the repeating group cell (in order to reference it). So the workflow could be:
“When Button View Post [for example] is clicked”:
1st action: Element Actions --> Display Data --> Element: Popup Posting, Data to display: Current cell’s data
2nd action: Element Actions --> Show Popup Posting
Don’t understand why it does not allow me to end this with “Curent’s cell’s Trip’s itinerary_googlemaps_embed_value” with 's value
Apparently it wants something else.
The itinerary_googlemaps_embed_value is just a string of text, it will be used in my popup on this:
Don’t have that option though (maybe because the event is not yet passing the data?).
But the real problem is the definition of the event that I can’t complete, what do you think?
Thanks!
In general, you just need to supply the high level “Thing” when you pass data, then access the varying fields of the Thing through the context menu of the element inside the group or popup.