We have an Azure database that is based on UTC time zone. We also have users from 5 different time zones all over the world working and patching data from Powerapps to that database.
The Now() function patches the local time zone from user's laptop which is unmanageable. We want to patch the UTC time zone which will be patched to a datetime column so converting to text is not an option.
Any help is greatly appreciated.