I have a custom link for a my own server, something like .xyz Domain Names | Join Generation XYZ<mobile_number>&sms_body=<generated_otp>
In custom action I want to replace <mobile_number> and <generated_otp> by data from my user collection. How can this be possible in Adalo ?
Hi @Nitish,
You can create two inputs inside the Custom Action setup and add them in the Base URL from magic text. If you have a JSON that you adding it to the body still there’s a magic text that you can add the created inputs inside the custom action setup! And then once you create the custom action and add it to a component you can fill the created two inputs with the data from users collection! ( Logged in user > property )
Thank you