Refer to theexhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?
A. Action1. BlockB. Block A
B. Action1: BlockB. Block A
C. BlockA: BlockB. Action 1
D. BlockB:BlockB. Action1
B. Action1: BlockB. Block A
Explanation:
The correct syntax for the Send JSON Path is ActionName: BlockName, where ActionName is the name of the action element and BlockName is the name of the block element that contains the output data. The other options are either missing the colon or using incorrect names.