Hi,
Is it possible to return meaningful person data via a query? I’m new to monday and may be attempting to handle this in the wrong manner.
In a simple query the data brought back as part of the payload within column_values is something like the following:
“{”“personsAndTeams”“:T{”“id”“:16491444,”“kind”“:”“person”“}],”“changed_at”“:”“2020-10-06T15:04:20.130Z”“}”
This is not much good in my use-case which is reporting: I want a name or email address rather than an id. Is it possible to write the query such that it returns a more useful value, or can this id be used in an additional query to return either the specific user in each case, or a list of users that could then be ‘matched’ using the id as a key?