Help with turning text to number

Rvass 1 Reputation point
2021-08-19T19:03:57.547+00:00

Hello,

I have a microsoft List being fed from a Microsoft Form. The Microsoft Form has a yes/no question that branches into a question which requires a "number" answer. However, when the answer is 'no' a 'number' isn't generated therefore throwing off the flow. I was trying to create a if statement that isn't working in my flow (see below). Thanks in advance for the help. I also tried to turn the question into a number, but this wasn't working as well (I probably wasn't entering it correctly)

124765-image.png

Microsoft 365 and Office SharePoint For business Windows
{count} votes

1 answer

Sort by: Most helpful
  1. JoyZ 18,111 Reputation points
    2021-08-20T09:05:11.6+00:00

    @Rvass-7621,

    Consider using Condition to verify the branch value in flow:

    125022-image.png

    In addition, we could add a compose to store the question value, then use float(outputs('Compose')) to turn text to number.


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.