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.
Hello! I have this formula that will check the box if the date in a second column is in the past. Is there a way to include if the date is 60 days in the future? Check the box if the date in Column 2 is either (1) in the past or (2) 60 days in the future. IF([GWO - BST (2yr)]@row < TODAY(), 1, 0) Thank you in advance!
Is there a way to automatically update my dropdown list for a form if I have a new item added? I have a New Order Entry form. I have a dropdown list of customers, but if it is a new customer, there is a checkbox to allow more fields to open up to enter that information. If that information is added, it gets copied to a…
Hi! I'm trying to figure out how to use the NETDAYS formula to show how long someone has been a member of a certain team. I can't get it to measure to today using the formula that the website suggests. I want it to be running so that whenever I log on I can see the time elapsed to the day I'm looking at the sheet. Can…