Say I have a data raptor extract action "ABC " in omniscript returning the values as
{
"Name": "Akhil Saji",
"DelegateAccId": "0015a00002GGhbJCCD",
"RecordtypeName": "HCP"
}
I have another Data Raptor extract action "XYZ" which requires one input parameter- say ID. I need to pass my "DelegateAccId" from ABC to XYZ, so that my raptor can use this id to get some more data.
How to pass this?
How can I correctly pass the data in the "Input parameters section" of XYZ?
Thanks in advance!
답변 2개
Please use "DelegateAccId" as data Source and "ID" under filter. Please see if this works!