What is the use of GlideDateTIme - fd_data.trigger.current

pjftenorio
Tera Expert
Hi, I'm new to ServiceNow, can someone explain what the use of the second line is below:
What is the meaning of the parameter 'fd_data.trigger.current'?

 

var now = new GlideDateTime(); //Date and time today
var contactDate = new GlideDateTime(fd_data.trigger.current.now.getDisplayValue());

 

1 ACCEPTED SOLUTION

Sagar Pagar
Tera Patron

Hi @pjftenorio,

 

It is used to get the data of flow variables for current record using fd_data.trigger.current

 

If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar

The world works with ServiceNow

View solution in original post

1 REPLY 1

Sagar Pagar
Tera Patron

Hi @pjftenorio,

 

It is used to get the data of flow variables for current record using fd_data.trigger.current

 

If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar

The world works with ServiceNow