Hi all,
I know this question has been asked before but there was no solution so I figured I'd ask again.
I built a simple but fairly long flow that takes the information from a SharePoint list entered from Powerapps, translates it, then creates two different pdf's (Spanish and English) and sends it out in an email to multiple recipients.
The flow works 50% of the time with the other 50% occurring at the very last step [send an email(V2)], giving me the error:
Parameter 'Attachment Content' cannot be null or empty.
clientRequestId: 37adc4f7-288a-4616-b4f8-cdd7cf65835b
The attachment content is not null, I have dynamic files running, there is nothing hard coded, I have even tried adding delays and switching around the flow.
The only temporary fix is building the flow from scratch each time which is terribly time consuming.
Any help is appreciated! TIA