Hi all,
I am adding a custom button to the command bar in a model driven app. Certain functions (such as ClearCollect) in the formula bar give me the message:
'ClearCollect' is an unknown or unsupported function.
Using 'Patch' on the other hand works fine. As I type, Intellisense offers 'Patch' as a suggestion which I can accept and continue on.
According to the online documentation ClearCollect is valid for model driven apps. When I added the command button I chose Power Fx, not Javascript. My component library was built successfully. I have not been able to find any setting that I have missed, although I suppose that is still a possibility.
What am I missing?