Hey all,
I have built a custom app to manage loads for my small trucking company. I have a question on how to trigger my app to download a csv file. I am not very experienced or intelligent so I am sure I am missing something important.
I would like to be able to set a date range and then download specific information about those loads either as a CSV or workbook so that I can do some further calculations on a weekly basis.
Goal: Set a date range in Adalo, click a button and trigger a download through the browser for a CSV file of the records within that time frame.
Progress: I have created a custom action in Adalo that triggers a webhook, then calls for the records from Adalo, filters them based on the payload I sent when I triggered the webhook, then creates the CSV file. All of that is working fine at this point.
I set the webhook response up (I thought) to force the browser to prompt the download of the CSV file.
Current Result: When I run the scenario it says successful. However, I am not prompted to download the CSV file, nothing happens on the front end. I assume I need to trigger this download some way other than what I have done with the webhook response.
Adalo Button Creation:
Adalo Custom Action Creation:
Make Scenario:
Webhook Response:
Webhook Response Input Bundle Download:
Webhook Response Output Bundle Download:
Any help at all would be great, thanks!