Data Action - Update DataTable with date

Hello,

I want to increment a data table using the api : api/v2/flows/datatables/XXXXX/rows/

I'm asking a user to enter data that is stored in the Datatable, but I'd like the date and time to be incremented automatically in my data table.

do you have any ideas on how to do this?

Hi @Camille_Peronne

That depends on the context in which you're calling that resource. Are you getting user input in architect and then using a data action to update the data table? If so you could use the built-in GetCurrentDateTimeUtc function to get the current timestamp and pass that as an input to your data action

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.