Hey Everyone:
I am trying to set up a Send Summary button for my team so after a meeting it sends out the notes. I am trying to use the Open URL Action but the button stays greyed down and not active even though the button saves properly.
URL Formula is this -
“mailto:” & ENCODE_URL_COMPONENT({Attendees}) & “?subject=” & ENCODE_URL_COMPONENT(Meeting) & “&body=” & ENCODE_URL_COMPONENT({Meeting Summary})
