I'm creating a custom function in Zoho Flow and trying to iterate through all CRM users, however I continually get a response of just the current user.
users = zoho.crm.getRecords("users",1,200,{"type":"AllUsers"});
info users;
Is this expected behaviour? And if so, how do I achieve what I want?
Thanks