Hi,
I want to do a simple converting the in-coming webhook data - making text value into lower case. However, the expression was being interpreted literal as text string. What is the correct way for this?
1 Like
Hi @andyG,
first of all a warm welcome to the Tape community
Regarding you question:
You may want to use the Perform a Calculation
action block instead, that allows you to write code. The easiest way for you would be to create a variable in the step before your โCreate recordโ, similar to this screenshot:
I already wrote a snipped that should use the email
property from your webhook payload and should work out of the box.
Let me know how it goes!
Thanks for sharing & happy building
Tim
Thank you. I will give it a try.
1 Like