TEXT INPUT FIELD: Why when set to Type "Normal", when entering “0123” is received as “123” in a Webhook (i.e. first zero is ignored)

Hi @sweetapp21,

As you’ve mentioned me several times, I’ve decided to drop in :wink:

In regards to your question: most probably you’ve set up something incorrectly. I have recreated the environment (not in Make but in Integromat - but I guess their logic is the same) and can successfully get all the zeroes from the input.

This is an app example:

Here is the webhook:

And here is the custom action (input Code is text and is transferred to :

What you can do:

  • check your set up and see if it corresponds to what you see on the screenshot. Also it could be a good idea to see what data is received by a webhook (you can see it here):


    If raw data shows that there are no zeroes in the json - this means that data transformation is done by Adalo.

  • re-create the custom action from scratch, paying attention that you’re operating only with text fields. Maybe you can even recreate the input. Sometimes (this is a very rare case but I’ve seen it) components may “inherit” previous settings, which may cause weird behaviour. I wonder if this could happen with custom actions too.

Hope this helps.

Just in case: this issue isn’t connected to Users creation via API.

Best,
Victor.

2 Likes