Hi,
When I'm receving the Table via email, containing all the related LEADS and fields, in the "owner"'s field it shows the 'ID" in order to receive the "actual name of the owner who created the Lead"
Any help/recommendations please?
Thank you!
Hi @Chap ,
Can you please share the screenshot of your flow steps and the output what you are expecting.
Thanks
Hi @ManishJain,
I am getting an 404 error when I'm trying to retrieve the "owner name". The "name" behind the ID could not be found
Hi @Chap ,
Get record is specifically to find out record based on Primary key (id) of the entity and not any other field. In order to retrieve lead based on the owner id you have to use List record action and specify your condition there. In order to simplify stuff here what you can do is from Advanced find download your query and put the xml in Fetchxml query option .
Once you do that all you need to is modify the owner id field value in condition.
As the output of this is array so you have to use first of the output using expression to do further processing.
Thanks
User | Count |
---|---|
93 | |
45 | |
20 | |
19 | |
17 |
User | Count |
---|---|
143 | |
53 | |
42 | |
40 | |
31 |