jimi
jimi copied to clipboard
[Feature] File Upload Field Type
Describe the solution you'd like It would be really useful in some situations to be able to have a field in an object that instead of having to paste in raw data into, you could instead click a "upload file" button. This would then let you upload a file which would be handled by the storage functionality and the object would make an automatic reference to it.
For example, a user could upload a CSV file to an object, which would then automatically convert the CSV into events and pass it through the flow. This might be useful if you have a list of assets you want to target, and you just give JIMI the file instead of having to copy and paste out the contents.
Would be good to allow selecting of existing storage files as well as adding new storage files.
storageTrigger added in v3.1 enables loading from an already uploaded storage file by id. It would be good tho to use this feature to add the ability to upload directly on a form item and also have a better way to select the files instead of finding the ID and pasting it in.