Click on New Flow and select instant cloud flow and provide the trigger as Manually trigger a flow and click on Create.
Name the flow as an Int function, and initialise a variable.
Take compose function and provide input value under the expression tab.
int(variables(‘Age’))
take another compose function and provide the input post-selection of Expression tab.
add(outputs(‘compose’),1)
The integer “1” in this expression indicates an age increment.
Save and run the flow to see the result as displayed in the figure below.
The string value in the image above has been converted to an integer value.
We may utilise the int function in this way to perform easy computations on the given string value.
For any Help or Queries Contact us on info@crmonce.com or +918096556344
November 6, 2024
November 5, 2024
May 22, 2024