Flow not working after changing FileData to FileReference – what to check?
I changed the file upload type in my form from FileData to FileReference, and now my flow is not working. What should I do?
Comments
-
Hello!
When you switch from FileData to FileReference in a form, you also need to update the flow steps that use that file. FileReference is not the same as FileData, but it has a
.Data
property that holds the actual file in FileData format. So, wherever your flow was using FileData before, you now need to useFileReference.Data
instead. This small change will make sure your flow continues to work as expected. Just check all the following steps after the form and update them to useFileReference.Data
wherever needed. This should mostly fix your issue.https://documentation.decisions.com/docs/file-type-overview
-Manisha Yadali
Howdy, Stranger!
Categories
- 4.4K All Categories
- 78 General
- 13 Training
- 209 Installation / Setup
- 1.1K Flows
- 110 Rules
- 270 Administration
- 213 Portal
- 497 General Q & A
- 709 Forms
- 345 Reports
- 3 Designer Extensions
- 48 Example Flows
- 58 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 186 Pages
- 5 Process Mining
- New Features
- 186 Datastructures
- 70 Repository
- 229 Integrations
- 29 Multi-Tenant
- 27 SDK
- 81 Modules
- 59 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 143 Lunch And Learn Questions