Flow Designer Displaying Data in Field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 06:36 PM
Hi Everyone,
Im trying to use flow designer to display and compute this data in a field using list collector. Unfortunately, only the 1st total actual cost is getting displayed.
I tried to use this to total the sum but still not work. Any idea how can I display the sum ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 07:08 PM
Hi @Jeck Manalo
Are Cost Plan records of type List Collector ? Also, the action " VSH - List Collector to Array" will return an array and you want to sum up the elements of the array. Is my understanding correct ?
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 07:28 PM
yes i just need to display the sum on the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 07:37 PM
Hi @Jeck Manalo
Can you please check if your array is of type Array.Number, Array.Integer, or Array.Decimal input data pill as Simple math transform functions require an Array.Number, Array.Integer, or Array.Decimal input data pill. Make sure to use the correct input data pill type when applying simple math transform functions. If a simple math transform function is applied to an improper data type, the data is not transformed at runtime and the input value is returned instead.
Please refer the official documentation on this :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.