Skip to main content
Solved

trigger Power Automate with Airtable

  • October 1, 2024
  • 2 replies
  • 219 views

auekk2787
Forum|alt.badge.img+12

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

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.

2 replies

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

Hello,

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


auekk2787
Forum|alt.badge.img+12
  • Author
  • Brainy
  • Answer
  • October 1, 2024

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.