Hello,
I have library A where I upload files. I have email addresses saved in a multiline text field(Email) for each file. The flow trigers when a file is uploaded into this library. I use get properties from artcile action to get the details of the file and save the email address to a variable using the expression
body('Get_properties_from_article')['OData_Email'].
I would like to save these email addresses to a people picker field in a different list by create item action. The email address wont save into people picker when assign the people picker field with the variable and the output is blank. How I do save them into people picker field.
Thanks,
Thanks,