Have got a simple checkout setup: an item ID is entered, a new line item is created, and an RG of line items is displayed.
Currently, the individual elements in the group (name, type, price) load/display independently. Is there any way to ensure that all the elements in the group display simultaneously?
The RG has the option to ‘Show all items immediately’ which doesn’t help here.
I’m guessing the first text takes longest to load as it requires loading an extra data type. Try the following:
Add a condition on the group that’s inside the RG cell that makes it invisible when Parent group’s Trx Line item’s Rel items Gen Name DE is empty. Then the entire group will be invisible until the data loads.
If that doesn’t work you might need to set it to be invisible on page load and visible only when that data isn’t empty, I can’t remember exactly how it behaves.