Skip to main content
Solved

trigger Power Automate with Airtable


Forum|alt.badge.img+10

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?

 

Best answer by auekk2787

chevalf wrote:

Hello,

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


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

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img+1
  • New Participant
  • 1 reply
  • October 1, 2024

Hello,

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


Forum|alt.badge.img+10
  • Author
  • Inspiring
  • 34 replies
  • Answer
  • October 1, 2024
chevalf wrote:

Hello,

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


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


Reply