Hi I am trying to insert datetime from powerapp into Azure SQL Database connected table using the form, below function I am using to insert from Update function but I am not seeing time getting formulated, for example I am seeing value as 2025/01/01 00:00:00.000 like this each time I insert value from the form, function that I am using:
DateTimeValue(Text(Now(),”[$-en-GB]yyyy-mm-dd hh:mm:ss”,”en-GB”));
Does anyone has any idea what is going wrong here?