Creating a simple mail attachment to FTP flow. Having a new issue.
I have three of these running without issues on this account. Created a couple of weeks ago.
Im currently creating the same setup for a customer, with a newly created account. With the same configuration i get an error at my FTP Create File step.
I observed that this user has a couple of new features. Example new types of steps (Apply to each, do until, scope).
I don't have these on my other account. And the flow is automaticly converted to an Apply to each step for the attachments.
The flow creates this error for each attachment in the email
- Code
InvalidTemplate
- Message
Unable to process template language expressions in action 'Create_file' inputs at line '1' and column '11': 'The template language function 'base64ToBinary' expects its parameter to be a string. The provided value is of type 'Null'. Please see
https://aka.ms/logicexpressions#base64ToBinary for usage details.'.
Screenshot of my create file step.

Appreciate any tips.