Show Next of Repeating group; Group is scrollable

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?

2 Likes

Hi @boston85719

Page navigation is intended for where you are showing a fixed number of rows/columns.

image

@mishav Thanks for the feedback. I actually figured that one out and flagged this post for removal as it isn’t a bug.

I am still a bit confused as why a full list is considered scrollable but was able to get it set to fixed number of cells to see the issue go away.

Cheers

No need to remove, its useful for other people looking for solutions, you put a good amount of detail in there.

The full list displays the entire data source, and expands to fit, so technically isn’t scrollable, but I get your point! It doesn’t need paging.

1 Like

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