Hi,
The Zoho CRM APi's allows only to fetch 200 records at a time. If you have more records then you need to loop the connector activity in the process.
Regarding getting 20 accounts, might be when you set the fromIndex and toIndex did you select something like 1 and 20?
Yes, if you have some filters on Accounts in your Zoho CRM then we can retrieve only those filtered accounts instead of all the Accounts.
Please see below example URL end point for Accounts filtered by some criteria and the view is named as "Accounts owned by Me"
json/Accounts/getRecords?newFormat=2&authtoken=xxxxxx&scope=crmapi&fromIndex=${s_index}&toIndex=${e_index}&sortColumnString=${"Company"?url}&sortOrderString=desc&version=2&&cvName=${"Accounts owned by Me"?url}
"Accounts owned by Me" should be URL encoded as it contains spaces by using ?url like above.
Attached screenshot of the same. You just need to input the fromIndex and toIndex values to the connector.
Thanks,
Sushma
Fujitsu RunMyProcess