I have a temporary Collection where I want to calculate the result from 2 fields.
This first field has a numeric value. The second filed is a Toggle (Dataverse Table is Yes/No).
If the Toggle is True(Yes), then the first field is multiplied by.75, otherwise it is just the first field.
This is what I have tried so far and am getting "This formula uses scope, which is not presently supported for evaluation. | Data type:number
If(ThisItem.LinePerDiemRate <> 0 && ThisItem.LineTravelDay = true, ThisItem.LinePerDiemRate * .75), ThisItem.LinePerDiemRate