Use of Hour in Lightning Flow

 Use of Hour in Lightning Flow


TIMEVALUE is not supported as of now in flows: https://help.salesforce.com/s/articleView?id=sf.flow_considerations_design_formulas.htm&type=5


Workaround:

MID(TEXT(DATETIMEVALUE({!DateField__c})),12,2)















Comments