Hi, I am struggling to implement a new idea to my app. In theory, it sounds like it should be simple but I’ve had some issues.
When new data appears in a repeating group, run a workflow.
In this example, I’m trying to say that when new data is added to the Repeating Group, it will scroll to that entry. This feature can’t be done by simply saying that when the current user adds a new data entry because other users can add to the Repeating Group live. Think of it as a chatbox.
Here my logic was that the “Trigger scroll when …” action would work, I’ve set it up so that when the content of the last item changes the workflow would run - my logic here being is when a new item is added, the content would technically change. This is clearly not how this action works, lol.