Hi All ,
How to convert DeserialiseOp(“data”).ToArray into string
Kindly help
Hi All ,
How to convert DeserialiseOp(“data”).ToArray into string
Kindly help
Can you try to change the type of the argument, your passing string as a input to that activity
Regards
Gokul
depending on the JSON we can check the different possible strategies. Can you share the JSON Data / sample data with us? Thanks
Pfa the json output.I need preview,SentAt,Channel into datatable .I was planning to use Json to datatable activity .But Json to datatable activity requires string input .
Kindly help.
OP.Txt (66.0 KB)
Pfa the json output.I need preview,SentAt,Channel into datatable .I was planning to use Json to datatable activity .But Json to datatable activity requires string input .
OP.Txt (66.0 KB)
we would recommend the following:
Prepare your data table with the 3 cols structure using Build Datatable
Then process the JSON:
Access example: item.("attributes")("preview").Value(Of String)