Pushing data from repeating group to a popup

I have a list of vendors that I want to have “vendor profile” popups for (datatype in screenshot is contracts). I set the workflow to when a name is clicked → display data in popup element → show popup element.

I’m trying to show a piece of the data (name) here and it just keeps coming up blank. I’ve set the parent type of content to “contracts” as well.

  1. Did you checked if the data correctly flowed to the input element or not? ie. we should put data source for every ansenstor of the name input. And in input element we have to set the Initial Content though the parent group’s contracts.
  2. Preview the app in debug_mode=true and inspect the input and see the initial content to see if the data is empty or not.
  3. If above two doesn’t work for you, then you can share the source editor, I will check why it is coming blank.