I’m running a custom action in Adalo and to do that I pull in data through magic texts as is the norm but for a particular field, Im unable to do this and the action wont run properly until I manually enter the data.
I’m running a custom action to send money to users. To do that I’ve added all the necessary inputs as seen in the payload below:
All the inputs are text except the incoming USDT amount which is a number. I then added all the appropriate values for each of the inputs with Magic Text. See a snippet below:
However when I use the Magic Text feature for the Bank code input, the custom action fails to run. I have changed it to be a number input to see if that was the issue but it doesn’t work either. The only thing that works is when I type it out manually as seen in the picture.
Unfortunately, this is not a solution as each user has a different bank code that needs to be used.
Thank you. I sorted out a way to add the zeroes to the bank codes but for some reason the custom action doesn’t run properly unless the bank code is typed out.