Hi all,
I am using this formula in a Flow.
PowerAutomate does not show a failure during creating the flow but in runtime it says that sub should have 2 parameters but has 3.
div(sub(ticks(utcNow('yyyy-MM-dd')),ticks(formatDateTime(variables('nextTermin'),'yyyy-MM-dd')),864000000000))
My question:
Is there a way to copy the formular to Visual Studio Code (or a different editor) so that I can have Syntax Highlighting to investigate the error? Must have something to do with parantheses I think...
(Edit: of course I know how to copy the formula 😉 My problem is: how to save so that syntax highlighting is active? What language to choose or is there an addon for Visual Studio Code?)
Thank you!