Thursday, July 6, 2023

Get Value from JSON Transaction Item; UiPath RPA

 in_TransactionItem.SpecificContent.Any(Function(x) x.Key = "Request Type" AndAlso x.Value IsNot Nothing AndAlso Not String.IsNullOrWhiteSpace(x.Value.ToString))




Wednesday, July 5, 2023