I have seen other examples on here, but nothing linke the issue I have at hand. I want to include the url of the i am dealing with, but i cant find it in th dynamic content. I am connecting to a dynamic 365. I'm I doing anything wrong?
Solved! Go to Solution.
There is no link to item link in dynamic content in Flow for dynamics based on my knowledge
You would have to create one in Flow
example of linking to Lead entity item
concat('https://<d365instance>.crm.dynamics.com/main.aspx?pagetype=entityrecord&etn=lead&id=', item()?['leadid'])
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
There is no link to item link in dynamic content in Flow for dynamics based on my knowledge
You would have to create one in Flow
example of linking to Lead entity item
concat('https://<d365instance>.crm.dynamics.com/main.aspx?pagetype=entityrecord&etn=lead&id=', item()?['leadid'])
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@rezadoranni. Thanks buddy!. Wondering how microsoft keeps pushing flow to us and cant get it upto the standard of workflow in dynamics.
Hi @RezaDorrani ,
I guess this doesn't work well in Create HTML operation in Custom mode. I wanted to provide a link to the record having name as the title of the record which links back to record in Dynamics CRM.
Correct?
User | Count |
---|---|
25 | |
14 | |
14 | |
10 | |
9 |
User | Count |
---|---|
51 | |
29 | |
27 | |
25 | |
22 |