Does anyone have experience in LPL invoking child actions outside of a parent action group?
I've tried using "run outside of action background group" but all the child invocations in the parent action still run in the parent action group. I'm essentially trying to asynchronously process multiple record updates in an action because a single record update can take up to 30 seconds to update; I want the updates to be performed in parallel (e.g. non-blocking) through a dedicated queue.
I've tried a number of "background group" variations with both Set Actions and Instance Action loops and can't seem to get the record updates to spawn multiple triggers.