How can i write queue data to excel data i have existing excel

Then use

out_transactionItem.SpecificContent(“Columnname”)

out_transactionItem is the variable of type Queue item.

You need to use SpecificContent to get the value from the queueitem variable.

Thanks