I would like to configure the default value with the specific parameter where the default value is from external text file (local drive / network drive). But when i add code below it keep throwing this error:
Info: Bigfix Console version 10.0.11.108
Code sample:
action parameter query “userInput” with description “Please enter the value:” with default “{(line 1 of file “C:\data.txt”) | “fallbackDefault”}”
