Max size on writeBase64SummaryFirst: What is the max size on writeBase64? Second: What is the behavior with getContentBase64 and writeBase64 if the size is over max size?ReleaseAll InstructionsFirst: writeBase64 depends on "com.glide.attachment.max_size" (default is 1024 MB) Second: if the size is over max size then it will return null in the flow and flow will not stop it. However, if the flow uses the returned value of writeBase64 as the post process then it will return the exceptional error as null value causes.