Formulas

  • HideIf

    HideIf, the Consultant’s Best Friend All APIs have their quirks and require different logic. With the HideIf function, you can…

  • Array Loops

    ArrayMap Syntax: ArrayMap: array[] Iterate and Maps the elements in the input array[] to the current object parent Array. Structural…

  • LogCore Conversions

    Base64 Decode Syntax: Base64D(param1) Converts/Decodes Base64 string to string. Conversion Parameters: Name Type Description param1 string The Base64 string to…

  • LogCore Arrays

    Any Syntax: Any(array[]) Returns true if there are one or more elements in the array[]. Array Parameters: Name Type Description…