About 353,000 results
Open links in new tab
  1. Convert String to Decimal Number in Power Automate Flow

    Oct 4, 2023 · My requirement is to convert string numbers to decimal numbers in Power Automate flow, Is there any way to do this? I tried with the value () function it works in Power Apps and …

  2. Trouble converting excel data to currency in Microsoft Power …

    Jun 8, 2021 · Try putting “FormatNumber (int (item ()? ['Prices']), 'C2','en-US')” When reading from Excel, it doesn’t know that it is a number, so by using the int () expression, you can convert the …

  3. power automate - Apply to each in array - Stack Overflow

    Feb 21, 2025 · I have started with your object and modified + merged your expression to convert it to an array. Then, we create a separator (in my case '$%#') that we know will assist in evenly …

  4. power automate - How to extract value from Sharepoint multiple …

    Add an 'Initialize Variable' step to initialize a string variable that will be used to store the concatenated version of the selected choices Add an 'Append to string variable' step and in …

  5. Power Automate started importing dates from excel as dates …

    Apr 3, 2025 · I have a Power Automate flow set up for one of my Excel workbooks. Once daily it parses through a table of tasks and sends emails to each person with outstanding tasks, …

  6. Power Automate flow convert string to interger - Stack Overflow

    Aug 25, 2022 · Im looking for simple proces how to convert string to interger. from Select - Data operation i have this Output: [ "221526.00000000", "221527.00000000" …

  7. PowerAutomate JSON - Convert Array of Object to String

    Jun 17, 2022 · 2. Parse JSON You then need to add a Parse JSON action to tell power automate the schema of the data assigned in the initialize variable action. This will allow us to more …

  8. Copilot Studio - how can I save/convert a choice Variable as/to a …

    Sep 26, 2024 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  9. Integer convertion with Flow Automate - Stack Overflow

    Sep 15, 2020 · When you try to enter the value of your variable, instead of using the Value text input box inlined with the flow, select the "Expression" option (see red arrow in the image …

  10. power automate - Convert a Sharepoint / PowerAutomate …

    Jul 30, 2021 · After the "Get items" function, I convert the date from UTC into local time using the "convert time zone" function, which gives me some control over which format it is converted …