Hi everybody,
iam quite new to Dataverse/Powerapps and iam trying to make a Formular/PowerFx-Column work. I have a table which has 2 fields "is_necessary", which is a YES/NO-Field, and a field "Default" which is a decimal-Field and contains a Default-Value.
The logic of the PowerFx-Column is quite straightforward, if "is_necessary" = Yes, then set the Default-Value and otherwise just 0. I tried this (and a lot of other options), but its not working:
If('is_necessary'.Yes,'Default',0)
Iam not 100% sure how to interpret the doc, but i thought that boolean (yes/no) is supported by a dataverse-formular-column. I mean if not then its quite obvious why its not working 🙂