Hi! I have 2 sharepoint list, one to collect attachment (List A) and the other to store the data from those attachment (List B). I have a flow that triggers when a new item is created in List A. It gets the attachment from the item and get the attachment content. How can I turn this attachment content into a table where I can than use apply to each and create a new item in List B and add in the respective data?
I used the List Rows In a Present Table connector with the Attachment Content (coming form the get attachment content connector) as the File value.
Am I doing it the right way? Is there any other way where I can get extract my attachment content and add it in a shapoint list?