Email name
Email subject
log id
exception id …in QUEUE 1 …where log id and exception id are not getting populated after adding.
Then , I am picking each item from QUEUE 1 , After processing each item from QUEUE 1 , I want to update the log id and exception id fields of that item in QUEUE 1. How can I update these fields again ?
Is there any update which I can make in the Set Transaction Status activity?
Or via an SQL update statement in [dbo].[QueueItems] table for column SpecificData.
Important: UiPath strongly does not encourage to use of SQL update manipulations as you may break some functionalities in case you don’t know exactly what you are supposing to do.