Introduction:
In this Blog we will see how to convert String to Number using Power Automate
Implementation Steps:
Power Platform, Microsoft Dynamics CRM 4.0, 2011, 2013, 2015, 2016, D365 CE, C#, ASP.net and MVC, Azure
Introduction:
In this Blog we will see how to convert String to Number using Power Automate
Implementation Steps:
1. Navigate to https://flow.microsoft.com
2. Click My Flows --> Click New Flow --> Select Instant Cloud Flow (You can select based on your needs)
3. Input Flow Name and Select PowerApps as Trigger
4. Click Create
5. Click Add Step --> Search for Variables --> Select Initialize Variable --> Input Name and Select Type as String and Value as "10"
6. Then Again Click Add Step and Select Initialize Variable Again and Input Name and Select Type as Integer
7. Write below Expression to Convert string to Integer
int(variables('STRING Values'))
8. Click Save --> Click Test (at the Top Right)
9. Select Manually --> Click Test --> Click Run Flow --> Then Click Done
10. That's it
In this Blog, we will see how to Customizing Option Sets Dropdown Fields with JavaScript label1 = formContext.getAttribute( "bosch_op...
No comments:
Post a Comment