This doesn't work. In the Get file content step the only dynamic content available are "List of" options. "File Content" is not available for selection and the app the fails.

⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi @sweetmoniker - Thank you for your feedback! We will review and update as appropriate.
Hi @sweetmoniker & @mike-urnun-msft,
Based on the API reference page for the FTP connector, looks like the FTP trigger has changed. The output from the current trigger version returns a list of files, rather than the file content. Here's more info about the FTP trigger: https://docs.microsoft.com/connectors/ftp/#triggers
I created a doc work item to address. Thanks!
Topic is now updated: https://docs.microsoft.com/azure/connectors/connectors-create-api-ftp
@mike-urnun-msft: #please-close
Apologies for the delay. I'm not sure why this issue was closed. It appears exactly as it did when I originally posted. In the Get file content step the only dynamic content available are "List of" options. Unless I am missing something, there is no way to obtain "File Content" from the ftp in the logic app using "when a file is added or modified (properties only)."
The topic was updated to show that you now have to use the Get file metadata action in between the When a file is added or modified (properties only) trigger and the Get file content action. In the Get file content action, you reference the file through the Id property. And then finally, in the Send an email (V2) action, you can reference the File Content property.
I follow. My apologies. That extra "Get file metadata" step is key. This appears to be working.