Hello,
I'm working on a power automate to trigger when a microsoft form is submitted. This is then retrieves the response details, sets a bunch of variables and inserts a row into a dataverse table 'applications'.
One of the questions in the forms asks the person to insert a value between 1 and 5.
Within the dataverse table I have a choice column called 'no of days' - labels and value below.
When I'm adding a row I need to insert the relevant value to the choice column. So, if in the form they insert '2' I need to write a condition to check the value of my variable and insert the value 508690001. I also need to account for all values between 1 and 5.