Forum Discussion
BNiddrieDavies
3 years agoRegular Visitor
We cannot convert a value of type Function to type Logical IF function
Hello I am trying to put a "List.AnyTrue" function inside an "if" function, but dont know the correct syntax. In the example below, i want to put "addedCustom1" inside "addedCustom"...which i have t...
- 3 years ago
change
each if (F1)=>
to
(F1) => if
artemus
3 years agoMicrosoft Employee
change
each if (F1)=>
to
(F1) => if