Flow Actions Outputs mismatched with field types
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 09:53 AM
Hi All,
I have ran into a strange flow\flow action issue. I have created a scripted action that has an array of object as an output to capture some data. when creating the child nodes of the object and in general for actions outputs I only seem to see a limited selection of options for dealing with number values. Specifically I can select number , or integer as value types for the output object but there is no option for float. when I try using this value value in a flow I can't drag the data of type number onto a float or dec type field. There is no field type Number when creating tables that I can see. I thought about creating an action to convert the number to float explicitly but when selection inbound data types number is not an option. I checked through documentation for the number type but can't seem to find any. anyone have any suggestions on how to convert or manipulate the Number type so I can assign it to a float value? and while I know integer values don't have this issue the numbers I am dealing with are floats and I cannot lose the decimal from the number