How to configure erp-function when dataset is an output parameter

Hi,
I am trying to call EFx (Function) from erp-function widged. Function returns dataset which I would like to use to fill dataview.
I can see that function is returning results:


However I am receiving error and my dataview is not populated:

My response parameter configuration:

ExtProps is my dataview. (I did not defined any columns in dataview - is that correct?)

Solved.
In my dataview I did not entered a dataset name “dsExtPropResult”. I don’t know why but when I did it, it start to work.

1 Like

Thanks for updating us.