Skip to main content
Solved

can i modify the sample output of an action block

  • November 27, 2025
  • 2 replies
  • 102 views

Forum|alt.badge.img+3

In the below screenshot i would like to change the sample output.
 

 

Best answer by _K_O

If you run the playbook in a simulation you are able to “PIN” the results of the action so that it uses the results for future runs (The action itself will be in a simulated state)

Alternatively, if you click the Simulate button at the top right, you’ll be able to create your own ScriptResult or upload a JSON result to use:
 



The end result is the same, the Pin functionality just makes it easier as you’ll have an actual JSON object from the action. 

2 replies

_K_O
Forum|alt.badge.img+12
  • Bronze 5
  • Answer
  • November 27, 2025

If you run the playbook in a simulation you are able to “PIN” the results of the action so that it uses the results for future runs (The action itself will be in a simulated state)

Alternatively, if you click the Simulate button at the top right, you’ll be able to create your own ScriptResult or upload a JSON result to use:
 



The end result is the same, the Pin functionality just makes it easier as you’ll have an actual JSON object from the action. 


Forum|alt.badge.img+3
  • Author
  • Bronze 5
  • December 12, 2025

Thank You ​@_K_O 
But when i try to use the result/output of one action block into another action block as input,
i still see the same sample output i also pined the result  the of previous block but it is not reflecting.
 

#soar