Hi,everyone
I was using Post Method and when I tested with the expression rule, I was able to get 355 rows of data.When i tested webapi only 300 lines are responded from Webapi response. Can I change the size limit or number of lines for webapi?If so, where can I change it?
Discussion posts and replies are publicly visible
hi spykid could post some more context on your webapi code if it is not sensitive data. Could check whether your webapi code allows you to use paging info, if yes try using paging info and fetch more data
Can you share what is the purpose of your Web API and what it does?
When you call an API and you want to change the behaviour of that API, you need to modify that API. This has nothing to do with Appian.
But, maybe that API has some parameters that allow you to change certain things.
Could you share more details?