We do have one that I think could be a concern.
Its an action used to add rows from one table to another.
We have a list of Material that we want to request so we upload that for the user to review, add dates and eventually request.
So essentially we’re moving data between the Material List Table and the Order Details Table.
You may be able to see that there is a lookup formula in this action also, which I know impacts sync time.
This action to add rows is in a grouped action, so once the rows are selected and added the status of each row is updated from To be Requested, to requested.
So when we see a list of 20 items that need to be added to the Order Details it doubles to 40 unique syncs. We have seen that escalate on our apps, with users requesting large amounts of material and having hundreds of syncs.
I hadn’t seen that from the logs for this app example yet still receiving the error.
I have looked into an alternative where we would use a webhook to add the row but haven’t been successful yet.