I want to be able to configure the type of files my workflow can use,
is it possible for me to include .xlsx, .csv, .del in the file specification?
Tried doing something like this:
but getting an error when running in my server.
Thanks.
Hi @wonka1234
When specifying files you need to provide a description and the file specification; so for your example CSV Files (*.csv)|*.csv|Excel Files (*.xlsx)|*.xlsx|Delimited ASCII Files (*.del)|*.del
I think i've got the .del name right, change it if it isn't!