Include Datetime in Connector Request?

Hey!
I have a connector that I’ve already saved and is in use. I want one of the things it passes to the endpoint to be the current date and time - but, since it’s been saved, I would need to duplicate the connector to add more inputs.

Can I include a “current date/time” option in the request body? Or, does the app have to generate that, put it in a variable, and pass it along that way?

@k.ober to pass the current date and time to the endpoint, you need to do so through the app. you can do this by (depending on what format your endpoint is expecting) adding an input of type text on your function, and passing a text converted “App Info.Current Date and Time” to the function. See screenshot: