Announcements
Download(Substitute(HTTP_GET_URL_FROM_POWER_AUTOMATE, “{guid}”,ThisItem.YourTableName)
From that guide, the key point is that ThisItem.XXX refers to the record ID from the gallery or form you’re using — so the button needs to be inside a gallery or form that’s connected to your Dataverse table.
In most cases, you should replace {guid} with the record’s primary key from your table, something like:
ThisItem.'Your Table Name'
So your formula becomes:
Download(Substitute(HTTP_GET_URL_FROM_POWER_AUTOMATE, "{guid}", ThisItem.'YourTableName'))
If you’re unsure what to use after ThisItem., it should be the primary ID column of your Dataverse table (usually something like YourTableNameid or the table’s name field).
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290