Data importer - version 10

0
Hello,   I am struggling to understand what I have done wrong on implementing the data importer.   I am trying to do the microflow for data importing but I have the below error.     It looks like I need to put something in the file field but I have no options.     Does anyone know what I have done wrong?   Thanks   Jess    
asked
3 answers
1

Where it says "Select file", you still need to select a file. That should be the file you're trying to import (e.g. an excel or csv file). 

 

Detailed instructions are here in the documentation

answered
0

Same issue. Dropdown does not provide anything else than "Select File".

answered
0

You need to have an upload document parameter using the System.FileDocument

image.png

image.png

 

I create this first it then goes to a page for the user to upload the file.

 

Then the microflow for importing uses this upload file parameter.

 

image.png

 

Shout if I have not been clear.

 

Thanks

answered