I have created a customer connector for QNA Maker that I have working fine in a Flow. I wanted to add additional commands that aren't built into the default QNA Maker connector. I have not had any luck with it inside a PowerApp though. I have been trying to nail this done the past few days, in between taking breaks from it, but I cannot narrow it down or find a solution.


The closest I have come across to my situation is the following:
https://powerusers.microsoft.com/t5/General-Discussion/CUSTOM-CONNECTOR-Help-with-JSON-Request-or-Response/td-p/169101
For now I am using static values to test because I am just trying to get the connection string down.
I’ve tried collecting the values in a separate button and then passing that value to the ADD parameter. It complains about the value being a Table and not a Record.

I’ve tried directly adding the values into the ADD action and it looks for a qnalist column then, theirs is where I tried creating it with the compile button I setup. I know QNAList is the array value, but not sure how it's suppsed to be used in this function.

I've tried adding the values as a table similar to the article I found, but no luck either.

I've also tried many other iterations. I know it’s a formatting issue, I just can’t narrow it down. Help would be greatly appreciated.