Skip to main content

Block - How to return multiple json results from actions from the same block as output

  • September 25, 2024
  • 2 replies
  • 26 views

vanitharaj1208
Forum|alt.badge.img+14

Block - How to return multiple json results from actions from the same block as output

I can return only one json results ... how about multiple json results ?

2 replies

SoarAndy
Staff
Forum|alt.badge.img+12
  • Staff
  • September 27, 2024

The parent/calling playbook can access JSON inside the block without using the Block "output"

In the playbook look for 

[block_name.action_name.JsonResult]


vanitharaj1208
Forum|alt.badge.img+14
  • Author
  • Silver 4
  • September 30, 2024

@SoarAndy How about within blocks? is it possible