Hi Arturo,
The problem you are facing seems to be as you get all these fields as Text values. Moreover, you can convert the number fields into Number values which you actually are doing correctly however, you can't convert the operator symbol that you receive as a string into a Blue Prism arithmetic function operator just by using [operator].
Here, what I would suggest is while you are iterating over your collection to get all these values, use a Choice stage and in that choice stage, use different conditions where you can evaluate the value of the [operator] field that you are receiving and based on that use the appropriate expression. For example, If the condition is [operator] = "+", then use a Calculation stage for that node link with the expression as [number1] + [number2]
So you would actually need to manually write the operators like +, -, *, / for them to work properly as they can't be type casted.
Hope this helps to resolve your query!
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.