Solved! Go to Solution.
Hi @TechNewbie ,
Could you describe more clealy about what formula that you are confused about?
Or you could show me screenshoots that you have problem.
If you are confused about the IsBlank function, let me explain it.
It is used to justify whether the value is empty value.
If it is empty value, the result is true, or else the result is false.
For examle: If(IsBlank(variable),1,2)
If varaiable is empty value, the formula will return 1, or else will return 2.
Here's a doc about this function for your reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-isblank-isempty
Best regards,
Hi @TechNewbie
If you are looking to find a single record you would use !IsBlank(). If you are filtering for all records meeting a certain condition you would Filter using !IsEmpty(). This results in a table meeting the filtered conditions. Please see the documentation for an explanation of the difference and some examples. https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-isblank-isempty
Hi @TechNewbie ,
Could you describe more clealy about what formula that you are confused about?
Or you could show me screenshoots that you have problem.
If you are confused about the IsBlank function, let me explain it.
It is used to justify whether the value is empty value.
If it is empty value, the result is true, or else the result is false.
For examle: If(IsBlank(variable),1,2)
If varaiable is empty value, the formula will return 1, or else will return 2.
Here's a doc about this function for your reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-isblank-isempty
Best regards,
User | Count |
---|---|
141 | |
136 | |
77 | |
75 | |
69 |
User | Count |
---|---|
225 | |
186 | |
68 | |
63 | |
57 |