Hi there,
I use a JavaScript Script, which uses some data from a repeating group which is displayed via workflow. My problem is, sometimes it needs more time to load the repeating group and its data. How can I start my JavaScript only if the repeating group and its data is fully loaded? I’ve tried the state ‘is loaded’, but sometimes it is not working correctly. Thank you for your hints.
Cheers Marco
You could use the following as a do when true conditional
when RG’s count = do a search for your data types records:count
Thx! I’ve tried this already. But sometimes I’ve got all the necessary rows/count but some contents were parsed with delay.
1 Like
That makes sense. I feel like there is a plugin from @robhblake to identify when the RG has loaded fully
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.