- Goal: I have a query filling up a table, one of the cells is a path to a file inside a zip file. I have a workflow that, given the path, can return the contents of the file. I want the table to show the resulting file (an image) rather than the path
Hi @safijari,
Interesting use case. If your workflow can take a URL path and return the contents of a file, I would suggest posting that image content to a database.
Then in your app, you can have a query request the image contents from the database where it is being stored.
You could pass the URL paths to the workflow via automated queries that would use something like s REST API to send the payload from the starting data you have in the table to the workflow.