Is there an API to output a list of key values of 'SpecificContent' in 'Queue'?

Is there an API to output a list of key values of ‘SpecificContent’ in ‘Queue’?

20220706_001

I want to print the key list of ‘SpecificContent’ using ‘Log Message Activity’.

Hi ChoboIT,

string.Join(", ", in_TransactionItem.SpecificContent.Keys.ToArray.Take(8))
where Take(8) is the 8 keys
Please check and confirm

Thanks,
Rounak

1 Like

Join(ie_QItem(0).SpecificContent.Keys.ToArray(), ", ")

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.