Best answer

How to format value (100,000) as 2 different versions (100,00 and 100000)

  • 11 December 2021
  • 1 reply
  • 21 views

With Webhook and Leadconector i am getting the price  as 100,000 

I want to make 2 instances of the number,

1-   100,000

2-    100000 

if i use formatter to replace text, it will make only 100000 

I have set up 

1- Catch webhook
2- formatter
3- Leadconnector (update opportunity)


How do i make a duplicate field before using formatter to replace , and delete it 


The  reason i am doing this, i need to have 2 fields, 

one for customer to see nice formated text (in the emails etc)
and also for system to format URL with  lets say .com?price=100000. 

 

 

icon

Best answer by Troy Tessalone 11 December 2021, 19:11

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @raynimator 

If you use the Formatter step that will produce a new variable that you can map to Zap action steps.

So in essence you have 1 variable (formatted) from the Zap trigger step and 1 variable from the Formatter action step (unformatted), thus 2 variables to use.