Hi
I am following some logic I found in a post response by @NigelG to be able to display information in a popup from a repeating group on the page.
I have set things up and have successfully been able to display the information in the popup as well as be able to modify information as well.
This information is coming from repeating group that has a content type set, but no data source.
Instead the data source is a workflow action set to display data in the popup element.
I have done this because I have one popup element that will be getting data displayed from two different repeating groups. However, the data in each repeating group is of the same Data Type, however the search constraints are different. One is for all property photos while the other set of repeating groups are room photos.
Everything works fine with the popup, however the problem is when I want to scroll to the next item in the repeating group using a arrow button, I get the following error alerts.
I feel this is a bug because my repeating groups photos are not scrollable as can be seen above. I have the repeating group set to full list. When I attempt to change this setting to every other possible choice, I still get same error message.
Below is the workflow action for clicking arrow to show next of repeating group.
Am I wrong in something or is there some kind of bug?