We have a usecase where a customer is putting XML files in a specific folder. We can easily pull these files in Tulip with a ‘open link’ and then the URL of the path.
However, we want this to be embedded in Tulip and to not have a link to a notepadd ++ or another file.
Can we create something to mimic the behaviour of this Filedrop like a connector? Or am I missing something in the current connectors to handle this?
If it’s on a web-based service, you could possibly use the webpage widget in an app. But the security settings will need to allow for the url to be shared/embedded.
If the file is local, you could use node-red to get the file data as a variable in the app.
Is your goal to just view the data in the xml or use it in part of the workflow/manipulate it?
Since we have a unique set of files for each image, i get the UniqueID via a powerautomate flow. That uniqueID is then put into a tulip table and the url input to the webpage widget is built like this.