I have a connector end point that I call from a Flow and sometimes times out after the 2 minute limit. According to https://docs.microsoft.com/en-us/power-automate/limits-and-config there is a workaround tip...
"Tip: For longer running operations, use an asynchronous polling pattern or an until loop. To work around timeout limits when you call another flow that has a callable endpoint, you can use the built-in action instead, which you can find in the connector picker under Built-in."
Until I can figure out how to set up async polling on my endpoint how can I use the workaround? Specifically, which connector do I choose and how do I set up the "until loop" ?