Sign in to join the conversation:
I need an auto flow that can email an attachment I was reading posts from 2020 that said it could be done but those options seem to be out of date. Can I automatically send attachments automatically via automated flow?
I had to create a Request for Update with the attachments. I just used a star so they could confirm that they received the attachment. That is the only way I could find that would work. I wanted to insure that someone couldn't come back and say that they never got the attachment. So that's why I had them place a star as a confirmation.
I figured it out:
Create Alert flow
Trigger when rows are changed
When an attachment is added/changed
Alert Someone
Who?
Subject?
Message?
Message includes - Links to sheet and specific fields - An attachment.
This will only run when the attachment is added but it does work.
Awesome! Thank you for sharing.
I am trying to import (just blank rows, with 18 columns) from Excel into an existing sheet, so I don't have to recreate the 18 columns into my tracker. But I get a "Failed to Import" error. HELP!
I have three columns. One with a date 7/1/2027 in date format. One with a number representing the number of months I wish to subtract from the date column. Third column is a date column with the following equation: =DATE(YEAR([Column4]@row) - INT((MONTH([Column4]@row) - VALUE(Factor1)) / 12), MOD(MONTH([Column4]@row) -…
Formula was flowing correctly, but some change seems to have partially broken the pull but I can't figure out what/how. "Project" column dropdown is linked to a Master sheet. Budget Owner column contains the below formula which should look for the cell value in the Project/Cost Center/IO column within the P+CC+IO column of…