is it possible to append rest service results to the grid, instead of replacing current rows?
is it possible to append rest service results to the grid, instead of replacing current rows?
Hi Marcelo,
After you map array to Grid, all the Grid content will be replaced when invoking Rest Service. New rows can't be added to Grid.
Thanks for confirming it, Katya. That's what I thought.
Ok.
If I wanted to append service results, how would I do that?
Hi Bahar,
There are two ways to do it:
1) Use an extra Grid for service results.
2) Save all service results in a variable, add a pre-set data to it and pass this variable in a Generic service.
I would recommend that you use the first way.