Hi @beatz174,

This is something that is possible and I’ll show you how I would do it myself, but first, is it something mandatory in your app ? Because that doesn’t seem to be a really conventional approach and there might be some other ways to deal with your feature.

That said, you can implement such feature by following these tips :

First create a data GET API call with just an empty url as variable .

Then call this action anytime you want to get the file data you need to display by filling in the file url. As an example I’ll show you an action triggered when a file is uploaded via the built in file uploader.

This is the final result :slight_smile:

html_example

Best,

Arthur

2 Likes