I have a powerapps form that allows the user to add an attachment. This flow pulls the data that they've submitted and puts it into a table, and then forwards it to those who require the data.
I found a guide suggesting that attachments need to be put into an array first, and then they can be added as an attachment to an email.
The problem is that the array variable does not display as an option under the Attachments Name or Attachments Content (I assume this is the correct option) sections.