Hello, please tell me when REST APIs will be available as data-source for dynamic forms, so we can integrate with platforms like n8n without passing by other data sources
Hi! Yes, but not the way you think.
REST API is for bringing data INTO softr.
Our Call API action is for pushing data outside of Softr. So to hit a N8N API call with form data, you’d use the Call API action.
However, our conditional form doesn’t give you the option to push directly via API call. So the way this would work is:
Create an automation with your data source that reads “when new row is created” then trigger the API call to N8N to send that data.
That should do it for you!
@Jjenglert - perfect ! Thanks