Answered

How to send form results to the email of the user who filled it out

  • 6 January 2023
  • 3 replies
  • 146 views

 

Is it possible to send user responses by email a year from now?

Need to make the answers reach them on a specific date

icon

Best answer by john.desborough 9 January 2023, 19:49

View original

3 replies

Userlevel 7
Badge +5

Hi @MiguelLourenco Happy Monday! I hope you had a great weekend. 

We don’t offer this feature in our email notifications feature, but you could use an email integration to do this. 

So, the intention was to have an employee answer a form of goals for 2023And at the end of the year he will receive what he put in at the beginning of the yearHave no possibility of making this happen?What would be the best integration to use?
Userlevel 7
Badge +6

@MiguelLourenco - you could use the integration with Google Sheets and a tool like Document Studio to create and schedule the email to the user. 

you would need to do a little customization to the fields in your Sheet by adding in a ‘send on’ date column and then having a macro that runs on the ‘send on’ field to push the record to a tab in the spreadsheet (where the Document Studio app is running and monitoring for new records on this tab) or use a variant of the arrayformula() function with logic something like this: 

  • =arrayformula(if today() dec 31, 2023 AND there is data in column a2 of the source sheet, then pull the record(s) into this tab )
  • once the records are there you can have Document Studio either process them using a scheduled job or ‘every hour’ as the records arrive

just a thought.. 

or generate a pdf of the employees’ inputs and create the draft emails and schedule them to be sent on a specific date from the employer’s email system

 

des

Reply