Hi experts,
I am trying to fetch the value for the field 'JournalNum' in the below array.
[
"UserBlockId:",
"Approver:0",
"AssetTransferType_LT:0",
"BankAccountId:",
"BankRemittanceType:0",
"CurrencyCode:",
"CurrentOperationsTax:0",
"CustVendNegInstProtestProcess:0",
"DefaultDimension:5637383095",
"DetailSummaryPosting:0",
"DocumentNum:",
"EndBalance:0",
"EUROTriangulation:0",
"ExchRate:0",
"ExchrateSecondary:0",
"FixedExchRate:0",
"FixedOffsetAccount:0",
"GroupBlockId:",
"InUseBy:",
"JournalBalance:0",
"JournalName:AP-VINV",
"JournalNum:JBN-XXX-0000004",
"JournalTotalCredit:0"
]
When extracting the value from compose using the below criteria, it gives the error
My compose action is
Any idea how to retrieve the value from the array ?