How to Remove Dots and Commas from a Number Using a Formatting Function in the Flow?

To access the number from the previous step named ExtractSEKSWISH in your Pipedream workflow, you can use the steps object in the following way: const number = steps.ExtractSEKSWISH.$return_value; This code snippet will assign the value returned by the ExtractSEKSWISH step to the variable number. You can then use this variable in your current step for further processing or actions as needed.