Hi, I have a flow which has a Microsoft Form as its source data which has a branching question which asks for a file upload. As such, not all submissions have an attachment. While I found the solution to allow the flow to run without an attachment by using a condition with the upload field is equal to "null", which does allow it to the next steps... the approvals step further down is failing stating BadRequest. The request failed. Error code: 'InvalidAttachmentName'. Error Message: 'The attachment name '<null>' is invalid.'.
Is there any way to handle the null attachment within the approval to allow it to proceed even if a file is not attached?
