I'm trying to build a flow that will compare the file size of a local file, and one stored on an FTP server, and if they sizes don't match it will re-upload the file.
I can clearly see the .Size property on both the local and remote file in the stored variable, but when trying to create an "if" action, it says the .Size property doesn't exist.
Am I missing something, or does this just not work this way?