Hello,
I have a checkbox on Powerapps call "xxx Access" with value "checkbox1_10" and field name "xxx Access Disable" on my list.
I want to trigger an email using flow condition when the checkbox is checked on my powerapps form. However, on flows it seem to be bypassing that condition.
On my list, the field column does show "true" when the checkbox is selected.
Solved! Go to Solution.
Hi @knguyen,
Could you please share a bit more about your PowerApps app?
Could you please share a screentshot of your flow's configuration?
Which data type is the "Fred Access Disabble" column that mentioned in your SharePoint list?
Further, do you want to fire the flow when a new item is created in your SharePoint list or just when the checkbox is checked on your PowerApps app?
I have created a SharePoint list on my side and the data structure of it as below:
Note: The IsExpired column is Yes/No type column, the TaskName column is a Single line of text type column and the Executor column is a Person or Group type column.
If you want to fire the flow when a new item is created in your SharePoint list, I have made a test on my side and the flow works well. My flow's configuration as below:
The flow works successfully as below:
If you want to fire the flow just when the checkbox is checked on your PowerApps app, please use the PowerApps trigger as the trigger of your flow. I have made a test on my side and please take a try with the following workaround:Within Condition, click "Edit in advanced mode", type the folliowing formula:
@equals(triggerBody()['Condition_ObjectName'], 'true')
Note: Within Condition box, right input box set to Ask in PowerApps dynamic content of the trigger.
Within my PowerApps app, select the Edit Screen. Find the Checkbox field (The Yes/No type column in my SharePoitn list is decorated as a toggle control within Edit Screen of my PowerApps app):
Select the Toggle control, then click "Unlock to change properties" in right panel. Select OnCheck property and then click Flows buuton within Action tab. Within Flows lists, choose your flow:
Within OnCheck property, type the following formula:
'20180214_case5_2'.Run(DataCardValue12.Value)
When you check the Checkbox in your PowerApps app, the flow works successfully as below:
More details about start a flow in an app, please check the following article:
Best regards,
Kris
Hi @knguyen,
Could you please share a bit more about your PowerApps app?
Could you please share a screentshot of your flow's configuration?
Which data type is the "Fred Access Disabble" column that mentioned in your SharePoint list?
Further, do you want to fire the flow when a new item is created in your SharePoint list or just when the checkbox is checked on your PowerApps app?
I have created a SharePoint list on my side and the data structure of it as below:
Note: The IsExpired column is Yes/No type column, the TaskName column is a Single line of text type column and the Executor column is a Person or Group type column.
If you want to fire the flow when a new item is created in your SharePoint list, I have made a test on my side and the flow works well. My flow's configuration as below:
The flow works successfully as below:
If you want to fire the flow just when the checkbox is checked on your PowerApps app, please use the PowerApps trigger as the trigger of your flow. I have made a test on my side and please take a try with the following workaround:Within Condition, click "Edit in advanced mode", type the folliowing formula:
@equals(triggerBody()['Condition_ObjectName'], 'true')
Note: Within Condition box, right input box set to Ask in PowerApps dynamic content of the trigger.
Within my PowerApps app, select the Edit Screen. Find the Checkbox field (The Yes/No type column in my SharePoitn list is decorated as a toggle control within Edit Screen of my PowerApps app):
Select the Toggle control, then click "Unlock to change properties" in right panel. Select OnCheck property and then click Flows buuton within Action tab. Within Flows lists, choose your flow:
Within OnCheck property, type the following formula:
'20180214_case5_2'.Run(DataCardValue12.Value)
When you check the Checkbox in your PowerApps app, the flow works successfully as below:
More details about start a flow in an app, please check the following article:
Best regards,
Kris
@v-xida-msftI am trying to do this with an existing Sharepoint list, Triggered by recurrence and using Get Items. It's supposed to send an email for every item that meets the condition, but it sends an email for every item, regardless of the condition. I'd post a screenshot, but that's apparently not an option for my account.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
37 | |
34 | |
30 |
User | Count |
---|---|
46 | |
36 | |
33 | |
25 | |
24 |