Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

trigger Power Automate with Airtable

Topic Labels: API Scripting
Solved
Jump to Solution
1423 2
cancel
Showing results for 
Search instead for 
Did you mean: 
auekk2787
7 - App Architect
7 - App Architect

I have an automation that runs a script to trigger a webhook in Power Automate.  This correctly pushes the Expiring URL to Flow.

auekk2787_0-1727756993609.png

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.

auekk2787_1-1727757023706.png

Is there a way to reformat the expiring URL to have a ".jpg" at the end?

 

1 Solution

Accepted Solutions
auekk2787
7 - App Architect
7 - App Architect

The solution is to use the HTTP action and run a GET request for the Airtable URL. No other parameters needed.

See Solution in Thread

2 Replies 2
chevalf
4 - Data Explorer
4 - Data Explorer

Hello,

Sometime when you choose Filename in PA, it takes Filename-encoded. maybe it's that ?

auekk2787
7 - App Architect
7 - App Architect

The solution is to use the HTTP action and run a GET request for the Airtable URL. No other parameters needed.