Flow designer currency field assignment while creating a new record or updating an existing record

mkm1
Mega Guru

In flow designer, I am creating a record in a table and assigning values to fields in table with the fields in trigger record as well as other related record. Everything works, new record created with mapped values except where I am mapping a currency field to a currency field. It's direct mapping without any conversion, addition or any math function. Total award amount and Total funded Amount are currency fields. Any direction will help.

 

mkm1_0-1686698587187.png

 

1 ACCEPTED SOLUTION

Not applicable

Hi @mkm1 ,

 

Please use inline script instead the flow variables 

like : return fd_data.trigger.current.ur_currency_field

replace "ur_currency_field" with your filed. 

 

HemanthM1_0-1686704156981.png

 

 

Accept if this answered your query.

 

Thank you,

Hemanth

View solution in original post

1 REPLY 1

Not applicable

Hi @mkm1 ,

 

Please use inline script instead the flow variables 

like : return fd_data.trigger.current.ur_currency_field

replace "ur_currency_field" with your filed. 

 

HemanthM1_0-1686704156981.png

 

 

Accept if this answered your query.

 

Thank you,

Hemanth