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

Hemanth M1
Giga Sage
Giga Sage

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

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

View solution in original post

1 REPLY 1

Hemanth M1
Giga Sage
Giga Sage

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

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025