How to popup the related data when clicking the text in repeated group

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.

1 Like

Hey @daichifujii

  • 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

Let me know if that solved it

Thank you for your reply @ambroisedlg !

I will try it later! Will get back here. Thank you.

Hi, @ambroisedlg !

Thank you for your advice. It worked.
However, I don’t understand why exactly it worked, so I’ll continue to learn more about it.

Anyway, it was very helpful this time. Thank you very much.

This topic was automatically closed after 70 days. New replies are no longer allowed.