Salesforce Fact #115 | Num to text in flow

Sometimes in the flow, we want the numeric values to be represented as text values for further processing.

If we are getting the numeric value from a get records element, we can directly assign it to a text variable. There is no need for any additional formula and assignment to populate this.

In this example, I am fetching a numeric field 'Test_Num_Field' from account and storing it directly in a text variable.

Attached are the screenshots.





 

 

Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow