I'm trying to automate saving of attachment from outlook.com using Microsoft flow.
The attachment in question is a password protected PDF.
I tried using
Attachment Content
as value for File Content
in Onedrive
Action Create File
It gave the error:
InvalidTemplate. Unable to process template language expressions in action 'Create_file' inputs at line '1' and column '2492': '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.'.
Is there a way to fix this or work around this?
Thanks for any help in advance.