How to Convert the Queue Transaction Data item to DataTable while using the C#

I want to convert the In_Transaction data to DataTable how we can achieve this using the C# in REFramework.

@hrishikesh_mali

The approach remains same…please check this

As it is c# try using square brackets instead of braces

cheers

Im getting below error while using the same-
image

Hi,

Can you try to save the xaml file then restart Studio, if you re-open the project, automatic recovery may run.

Regards,

@hrishikesh_mali

This is how it should be

new object[] { quitm.SpecificContent["ABC"].ToString() };

cheers