Skip to main content

Greetings

In our org, we're using the field 'WhoId' to populate (tag) the relevant contacts to an event (a meeting).

I'm trying to create a flow, that will present to a user, all of a specific contact's events. 

What I tried to do is to use the 'Get record', and get ALL the records of type Event, with the filter of 'WhoId' Contains thisContact.Id

That didn't work. It seems like fetching the value of 'WhoId' only returns the first ID that populates the field. Any ideas how to overcome it? Thanks in advance

3 respuestas
  1. 7 jul 2020, 08:40

    Greetings Bartek,

    Sadly, your suggestion will not answer our requirements.

    We've created a button, that when clicked, presents (using a screen flow) to the user a drag list of the specific contact's activities (of type events, to be exact), and can be manipulated in the flow. Therefore, it is required to fetch all the events of which the specific contact is related to, in the flow itself.

     

    At the moment it works only for events that the specific contact is the first to be tagged in - as the fetched 'WhoId' field value is only 1 ID, even if multiple contacts are tagged.
0/9000