Hi everyone, I’m currently trying to set up an internal tool to my company using softr and airtable and webhooks with Make.
Let me explain, I have a basic form where the user insert a keywords that is searched into an airtable base , and Ii returns a certain value that is supposed to be displayed into the web hook response which is a html page
The problem is that on softr when I redirect the user to the web hook url after submitting the form , it make a second web hook request so the value that is supposed to return doesn’t exists. Could you help me