diff --git a/src/Microsoft.PowerApps.TestEngine.Tests/PowerFx/PowerFxSupportedFunctions.json b/src/Microsoft.PowerApps.TestEngine.Tests/PowerFx/PowerFxSupportedFunctions.json new file mode 100644 index 00000000..f736946f --- /dev/null +++ b/src/Microsoft.PowerApps.TestEngine.Tests/PowerFx/PowerFxSupportedFunctions.json @@ -0,0 +1,147 @@ +{ + "MinVersion": "1.1.0", + "HostObjects": [ + ], + "FunctionNames": [ + "Assert", + "Select", + "SetProperty", + "Abs", + "Acos", + "Acot", + "AddColumns", + "And", + "Asin", + "AsType", + "Atan", + "Atan2", + "Average", + "Blank", + "Boolean", + "Char", + "Clear", + "ClearCollect", + "Coalesce", + "Collect", + "ColorFade", + "ColorValue", + "Concat", + "Concatenate", + "Cos", + "Cot", + "Count", + "CountA", + "CountIf", + "CountRows", + "Date", + "DateAdd", + "DateDiff", + "DateTime", + "DateTimeValue", + "DateValue", + "Day", + "Dec2Hex", + "Decimal", + "Degrees", + "Distinct", + "DropColumns", + "EDate", + "EncodeUrl", + "EndsWith", + "EOMonth", + "Error", + "Exp", + "Filter", + "Find", + "First", + "FirstN", + "Float", + "ForAll", + "GUID", + "Help", + "Hex2Dec", + "Hour", + "If", + "IfError", + "Index", + "Int", + "IsBlank", + "IsBlankOrError", + "IsEmpty", + "IsError", + "IsMatch", + "IsNumeric", + "IsToday", + "Language", + "Last", + "LastN", + "Left", + "Len", + "Ln", + "Log", + "LookUp", + "Lower", + "Match", + "MatchAll", + "Max", + "Mid", + "Min", + "Minute", + "Mod", + "Month", + "Not", + "Notify", + "Now", + "Or", + "ParseJSON", + "Patch", + "Pi", + "PlainText", + "Power", + "Proper", + "Radians", + "Rand", + "RandBetween", + "Refresh", + "Remove", + "RemoveIf", + "RenameColumns", + "Replace", + "RGBA", + "Right", + "Round", + "RoundDown", + "RoundUp", + "Second", + "Sequence", + "Set", + "ShowColumns", + "Shuffle", + "Sin", + "Sort", + "Split", + "Sqrt", + "StartsWith", + "StdevP", + "Substitute", + "Sum", + "Switch", + "Table", + "Tan", + "Text", + "Time", + "TimeValue", + "TimeZoneOffset", + "Today", + "Trace", + "Trim", + "TrimEnds", + "Trunc", + "Upper", + "Value", + "VarP", + "Weekday", + "With", + "Year" + ] +} \ No newline at end of file