The Get workflow run form fields action in Power Automate exposes three tokens for each File Upload field in your workflow. These tokens give you direct access to uploaded file URLs and filenames without parsing JSON.
This article covers the tokens available for File Upload fields and how to use them in your Power Automate flows.
Users: To create a Power Automate connector or an API key, you must be an Administrator.
When you add a Get workflow run form fields action to your flow and select a workflow that contains a File Upload field, three dynamic content tokens appear in the Power Automate designer:
_urls — A comma-separated string of the uploaded file URLs. Use this when you need a quick, flat list of download links._names — A comma-separated string of the uploaded filenames. Use this to display or log filenames without fetching the full file data.To access File Upload field data in your Power Automate flow:
_urls, _names, and the JSON array) appear in the list._urls token and pass the comma-separated string to an email body, a message, or a text field in another app._names token.File Upload fields cannot be updated through the Update workflow run form fields action. Attempting to do so returns a 400 error with the message:
Files can only be uploaded to File Upload fields via the upload endpoint.
To add files to a File Upload field programmatically, use the dedicated file upload endpoint in the Process Street API instead.
Help us improve this help center.