Hi team! I have this formula
IF(NOT({Action}= “”), DATETIME_FORMAT(SET_TIMEZONE(LAST_MODIFIED_TIME({Action}), ‘America/Los Angeles’), ‘M/D/YYYY h:mm’),"")
however it’s not converting the time into the LA timezone. What do I need to tweak to make it c...