Process REST Response Checkbox in rest-erp - 2024.2

I recently started testing some of our applications in 2024.2 and noticed that the “Process REST Response” checkbox on rest-erp widgets causes any dataviews specified in the Request Parameters settings to try to process the response into them even though I’m not specifying them in the Response Parameters settings. Is this the expected functionality?

An example of this causing me issues is that I am passing a dataview to a function via rest-erp, I have no Response Parameters configured and the “Process REST Response” checkbox is checked. The function only returns strings for error messages. Once the rest-erp widget is complete, it completely empties out my passed dataview even though I didn’t specify anything in the Response Parameters.

image


image