Here is the error:
I think your problem is in condition 4. I assume you are getting the length of the results returned from your check for accounts. But if it doesn't find any then the result is null. You can't get the length of a null result. So the condition is failing. In Condition 4 add a first check to see if the variable you are taking the length of is null (use the expression tab to input the null value). The condition will evaluate that clause first and fail if the value is null. Also switch the length check to Greater than 0 and swap the Yes and no sides of the condition.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
56 | |
39 | |
37 | |
29 |
User | Count |
---|---|
75 | |
66 | |
50 | |
47 | |
43 |