Checking value from SQL

0
I wish to create an app where a person keys in his or her id and presses a button then a Int data is retrieved from a sql database called strikes and then I would want to check if strikes is above 3. If it is I wish to show a error message and if it is not go to a new page. So far I created a data view with a text box and a button to call a microflow. In the microflow I have a create object and a SQL query but I do not know how to be able to check if the value returned from the SQL is greater than 3 or not. How do I solve this?   This is my microflow   This is my entity created  
asked
1 answers
0

Add a decision:

answered