[TRIGGER REQUEST] Wait for condition

Hi there,

The Wait action is crucial for waiting for 3rd party apps/other flows/internal Shopify processes to conditionally act on a given resource.

But this approach doesn’t fully solve the race conditions that are possible, there can still be cases when a dependent action doesn’t finish in time.

If there was a Wait for condition action, you could specify waiting for one or more specific tags to appear on a given resource before continuing the flow, etc.

The arguments to this action would be one or more conditions, and it would simply hold execution until one or more conditions are met.

Just a thought!