I have similar issue, but with a Slack form submission.
I want to send a notification to the channel when a form is responded. The form is submitted to a general channel where anyone can answer it, so I want to create a notification to let everyone know which forms have already been answered.
I want to either send a notification to the channel or as direct reply to the form message.
I am using n8n automations, so i tried adding a reply node right after the form node, but seems like i need the timestamp to answer a particular message , which i am not receiving with the form response.
Thanks for the help!