Hi!
I have two SharePoint lists. When a new item is created, Power Automate copies the list item to the second list. All is working well except for 2 issues I have been unable to solve.
1. Add Attachment. My flow use these actions: Get Attachments > Initialize Variable > Get Attachment Content > Append to Array. After getting all the attachment info, I use the Add Attachment action to put it on the new list item in the second list. The list looks like it has an attachment, but when I go to open it, there is no content. In the File Content field, I use the expression
body('Get_attachment_content')

But nothing comes through. Any ideas?
2. The second issue is with a field called 'Department-Division'. In the 'Get Items' action, I see the department info in both input and output (output screenshot below). It populates the data in other parts of the flow (emails), but won't populate the second list with the department info.
I've checked that the columns in both SharePoint lists have identical settings. There are only 4 options to choose from in a single-select drop-down list. It doesn't make any sense that it's not pushing that one piece of information onto the new list.

Thanks for any ideas you have!