Is there a way to make a parameter defaultValue conditional/based on an expression? I want to have ``` "fileToRename": { "type": "parameter", "datatype": "string", "defaultValue": "if(boolParam) then TheSpecialFile.txt else TheFile.txt", "replaces": "TheFile.txt", "fileRename": "TheFile.txt" }, ```
Is there a way to make a parameter defaultValue conditional/based on an expression?
I want to have