function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Christopher Bahr 4Christopher Bahr 4 

How to get Asynchronous Flow Updating Child Object to Fire Flow Trigger

I have an Opportunity object with potentially a large number of child objects. When I update a date field on my Opportunity a flow trigger updates the child objects, which then fires a flow trigger on the child object. 
The problem is that I will, in rare occasions, hit the SOQL query limit. When I tried changing the Opportunity flow trigger to run asynchronously and update the child object, the child object flow trigger is no longer firing. 

Is there a way to have the Asynchronous call fire a trigger or is there a better solution to avoid the SOQL query limit?