Hi
I am trying to check box on web page based on excel sheet value, i have field Do you read magazines, the answer is true or false, i want the check box on the web page or form to check this if the excel cell value is True, and unchecked if the excel cell value is false. I have tried if condition and followe by set cehck box on web page action. My flow runs but it is checking the box for all irrespective if its is true or false i have paste dthe image of the excel sheet and my flow below
| Magazine |
| TRUE |
| TRUE |
| FALSE |
| TRUE |
| FALSE |
| FALSE |
| FALSE |
| TRUE |
| FALSE |
| FALSE |

my Web page
