Forum Discussion

BNiddrieDavies's avatar
BNiddrieDavies
Regular Visitor
3 years ago
Solved

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...
  • artemus's avatar
    3 years ago

    change

    each if (F1)=>

    to

    (F1) => if