- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 04:26 PM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 05:56 PM
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.
Accept if this answered your query.
Thank you,
Hemanth
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 05:56 PM
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.
Accept if this answered your query.
Thank you,
Hemanth
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025