I have a Make scenario that takes 10+ seconds to process a bunch of data and load it into Airtable. Is there a simple way to show a loading screen until receiving a webhook response? Right now, I have a form that redirects automatically, but the data on the page isn’t ready yet.
I could hardcode a delay on page load but that seems to be a clunky way to handle it. Ideally, there should be an animation telling them that their data is processing and then letting them know when it is complete.
Currently facing the same issue. I have GPT3 processing data then airtable record created with help of Make however Softr displays the page before airtable record gets created so I have empty section…