I have a field in a gallery that contains a shape and I only want it to be displayed if the field (text) in the dataverse table contains something.
If(
IsBlank(ThisItem.Hinweis),
false,
true
)
I have tried it with the following formula, but I get the error message : this formula uses scope which is not presently supported for evaluation. What am i doing wrong?