Background: We have integration which creates an item on the Monday board when action is created in our platform. It is using Graph QL API to achieve this.
Use case: We want to populate people columns on the Monday with created by and assigned to users but we know only emails of these users.
Problem: According to documentation the user ids should be provided to be able to populate “people” column value. https://api.developer.monday.com/docs/people
The apps framework docs say that you can populate people fields by providing only emais. https://apps.developer.monday.com/docs/dynamic-mapping#examples-of-each-field-type
Is there way to populate “People” column value by posting only user email?