QuestionQ357
Configure business process automationA training company implements a Common Data Service (CDS) environment. The company created a custom entity that stores course information.
A Power Automate flow must be created to determine whether a course has been created that starts within the next seven days and is accurate to the minute.
You need to define an expression that meets these requirements. Which functions should be used in the expression?
Select
( (formatDateTime(()?['new coursedate'], 'yyyy-MM-ddTHH:mm:ssZ')), ((7, 'Day')) )
Community Discussion