Converting strings to numbers

How can I convert String fields to Number formats within a GUI automation workflow to ensure calculations don’t fail in subsequent steps?

Hi Merlin,

You can use Step - “Rename fields” to change the metadata of fields. If the data fetched is number, you can use Rename field to change the data type from string to number

Converting string to number is not part of GUI automation. It is a data massaging step.
You may use Rename Fields. In Meta Data tab, you may change type and format.