Simple newbie question here.
I’m setting up a automation to get a notification into slack when a call is book. That works fine but the I want to change the formatting of the time that goes into slack so it’s more readable.
It looks like this:
This is what how I have it setup:
Just use formatDate function
so write formatDate(yourstarttimevariable;MM/DD/YYYY)
Should look like this
replace now with your variable.
Hey thanks, and I put that tool module between calendly and slack right?
Or you can use the function inside the module that has the “New Call Booked” text box
Yes do it within your module. I just used the set variable to show you how to do it.