Can we create a complex business logic using functions, like query tables in xano or take input parameters, take results and send to an external API which implement Oauth 2.0 or any other authorization mechanism, take those results back and do some business logic over it which can be conditional or query over that data etc.
What would be a real world example of reusable logic? 5:37
Can we create a complex business logic using functions, like query tables in xano or take input parameters, take results and send to an external API which implement Oauth 2.0 or any other authorization mechanism, take those results back and do some business logic over it which can be conditional or query over that data etc.
Yes!!!
How do you output the result of a custom function to a frontend like Adalo?
You would just need to call the API that has this function from Adalo using their "Custom Actions". The result will render in your front-end