I am trying to create a flow that is triggered when a new file is created in slack, such as an .jpg file, and add it to a SharePoint folder. I am able to connect to both slack and SharePoint, however I cannot figure out how to access the file content. Instead, I am merely getting the metadata on the file and the file being added to SharePoint is inaccessible. Is there a way I should be getting the file content from slack?
Looking for the same. Slack PA connector offers a trigger (when a file is created) that returns the id of the created file in a channel. However, I could not find any Slack API that allows reading content file from Slack using the file id.