How to assign data from variable to item in Queue

Hello,

is there any option how to assign data from variable to column in item queue?

From res_num to Reservation_Number.

output

hi @a.dionisiev11

in add queue item add the variable in item collections
it Helps!

hi @a.dionisiev11
by using add queue item activity u can send Item Infoemation via variable…
attached image below please check…

Hope it Helps!!!

Hi @a.dionisiev11
In Add Queue Item click on add items to collections=> in that Reservation_Number= res_num

Now in the queue Reservation_Number will contain the value you have in res_num

Hope it helps!!

Hi, @Parvathy

i try this way, but that i create new item in queue. I want in exist item to fill information form res_num.

Hi @a.dionisiev11

Try this way:

  1. Retrieve the Original Transaction:

    • Use the “Get Transaction Item” activity.
    • Provide the Queue Name and Transaction Item Reference (Transaction ID or Transaction Reference).
  2. Extract Data from the Original Transaction:
    Use the properties of the transaction item to extract the data you want to update. For example, if you have columns like “CustomerName” and “Amount” in your queue, extract these values.

  3. Create a Dictionary with Updated Data: Create a new dictionary (let’s call it “updatedData”) where you’ll store the updated values. Add key-value pairs to this dictionary, using the column names as keys and the updated data as values. For example:

updatedData("CustomerName") = "New Customer Name"
updatedData("Amount") = 1500.00
  1. Add New Queue Item with Updated Data:
    • Use the “Add Queue Item” activity.
    • Choose the same Queue Name that the original transaction belongs to.
    • Expand the “ItemInformation” section and use the “Data” property to provide the “updatedData” dictionary.

Hi, @Parvathy ,

thank you, but i don’t have Transaction Reference, where and how to put in Get Transaction Item my Transaction ID?

@a.dionisiev11

Trananction ID is your reference.
Regards,

Hi @a.dionisiev11,

I hope the screenshot is of dummy data. Please delete the screenshot if it is real data.

You would not want to dox anyone without them knowing that too in a public forum.

Hi @jeevith,

the data is for test and learning, its not real