Hi Team,
I have some data fields in queue like ,
Number:
Name:
Information:
Last name:
in sometime data will come like this (last name field is missing )
Number:
Name:
Information:
but that field is already available in code I want to skip that field if is not present in queue
Could anyone tell logic? is it possible?
ppr
(Peter Preuss)
2
WE assume you are refering to specificcontent dictionary
A Defensive Check within an If Activity can Help
YourTransactionItemVar.SpecificContent.ContainsKey("yourKeyName")
1 Like
Thanks, I will try this solution.
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.