What is the proper record format when using a connector in PowerApps? I am using the GoFileRoom connector (Document Search) action.
The JSON body when using this action looks like this:
{
"DrawerId": "0000000001",
"PageNumber": 1,
"SortField": "0000000001",
"SortOrder": "ASC",
"NumberOfRows": 25,
"Filter": {
"IndexValues": [
{
"IndexId": "0000000001",
"IndexValue": "%"
}
]
}
}
I have tried to format in PowerApps using:

I receive the following errors:
