I have a flow that scraps URLs from an Airtable table.
After processing I tag them in Airtable as “completed”, or “failed” if there is an error during the run. For the records that fail, it would be really helpful to also add the run link to airtable for easy review.
So technically this is possible - one way to do this is to set up a new workbook that calls your original workbook via this webhook (you can use the ‘Call API’ node here) and then parse the response of the webhook to extract the Run URL and write to Airtable.
Let me know if that makes sense and works for you.