Sep 30, 2024 09:31 PM
I have an automation that runs a script to trigger a webhook in Power Automate. This correctly pushes the Expiring URL to Flow.
My next step however doesn't work. PA seems to want a filename in the path URL. Airtable doesn't generate the URL like that.
Is there a way to reformat the expiring URL to have a ".jpg" at the end?
Solved! Go to Solution.
Oct 01, 2024 02:58 PM
The solution is to use the HTTP action and run a GET request for the Airtable URL. No other parameters needed.
Oct 01, 2024 12:40 AM
Hello,
Sometime when you choose Filename in PA, it takes Filename-encoded. maybe it's that ?
Oct 01, 2024 02:58 PM
The solution is to use the HTTP action and run a GET request for the Airtable URL. No other parameters needed.