I created a flow to upload files from Power Apps. I used ask Power Apps action to get file name and content. For content, I used this expression - base64ToBinary(triggerBody()['CreatefileFileContent']). But this expression will not save even I saved it. While I was working on the flow, I could test it successfully. But whenever I saved and reopened the flow, the expression will be gone and it'll switch back to CreateFileContent default. This appears a bug. Anyone has any way to save the expression?

Thanks, in advance.
Pei