I would like to popup and show the detail information when clicking the item in the repeted group.
For example, in the attendance app, the DB have “date”, “coming time” and “leaving time”. When the click a date (like June 19th) in the repaeted group, I would like to show “coming time” and “leaving time” in the popup group.
I though to using "display data’ workflow. But it dose not work well.
Make sure your popup’s data type is set to the Repeating group’s data type. If you have groups inside that popup, make sure they are also set to that data type, and data source = Parent group’s data type
Make sure your “coming time” and “leaving time” elements are set to Parent group’s Thing’s fields
When date is clicked, set the Display Data action in Step 1, then show the popup in Step 2