Hey everyone,
I'm creating a reactive app which has: an input field, a button.
The input field takes a project ID and when you click the button it will retrieve that project's data (json format).
I want to be able to take that data and create a .json file, then display that json file into a table which is then downloadable.
What I am able to do separately but having a hard time trying to put them all together.
What I'm having trouble doing is:
Can someone help or send me some resources/docs to accomplish this?
Thank you
Hello Alex,
You can save response of your API as string into database Entity (in case you using database entity to save data) or use response directly into second screen.
When user click download file you will retrieve JSON string and convert it to binary then use download widget into you action to download file with extension "json".
Please check answer of following post :
https://www.outsystems.com/forums/discussion/70720/export-to-text-file/