multiple file specifications for input tool
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
wonka1234
10 - Fireball
03-02-2022
01:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Custom Tools
1 REPLY 1
davidskaife
14 - Magnetar
03-02-2022
01:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!
