Hi Expert,
Need your help. I have a canvas app which is integrated with CRM 365 project form. It shows list of products in a list box and has a submit button. On submit of the form I need to store the selected values to the corresponding project record.
I am not able to get the project Id in canvas app to apply Update.
Below code on submit button is working fine when I hardcode Project number but i need to make is dynamic so that update is applied to corresponding project record.
Patch( Projects, First( Filter( Projects, 'Project Number'= "305519315" )), { 'Products (abc_products)': Concat (lst_Product.SelectedItems, Name& ", ") } )
Please let me know your thought.
Thank you!
Chandan