I am not able to fetch multiple columns/fields from SAP table using Read SAP table(preview) action in Logic app. I tried passing it as array but it is throwing an error:
unexpected token StartArray. Path queries.fieldname.'.'
If we don't pass any parameter to fields to read, it is fetching all the rows.
Can you suggest me how can I fetch multiple field from Read SAP table(preview)?
It's not clear what the parameter should be to specify the fields. As an alternative you can use the '[RFC] Call function in SAP'-connector and call the RFC BBP_RFC_READ_TABLE.
In the 'Input RFC parameters' you can specify the fields to return.