Improperly formatted action parameter query

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”}”

image

As per my knowledge, BigFix action parameter query does not allow relevance expressions directly within the query itself.

Thats because:

  • action parameter query command is processed by the BigFix console before the action is deployed.

  • Relevance expressions are evaluated on the target machines during action execution.

1 Like