The output of Claud Flow(office script to get the excel data) is in datatable type. e.g. [["XXX","XXX",...],[XXX,XXXX,...]].
I want to use this output as the input(datatable) for Desktop flow.
However, it throws an error "
"code": "FlowArgumentError",
"message": "Failed to deserialize argument data.
"
My question:
How can we fix this issue?
What is wrong with it?
