@paul51482 it looks like the server_users function returns queryResults, but you need the queryResults.items (for your for-loop or for the .map method) + if it’s query results items maybe you meant ._id and not .id
@paul51482 it looks like the server_users function returns queryResults, but you need the queryResults.items (for your for-loop or for the .map method) + if it’s query results items maybe you meant ._id and not .id