ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 83 - PL-400 discussion

Report
Export

HOTSPOT

A training company implements a Common Data Service (CDS) environment. The company has created and stores information about courses in a custom entity.

A Power Automate flow must be created whether a course has been created that starts within the next seven days and must be accurate to the minute.

You need to define an expression that meets the requirements.

Which functions should you use for the expression? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 83
Correct answer: Question 83

Explanation:

Box 1: less

less checks whether the first value is less than the second value. Return true when the first value is less, or return false when the first value is more.

Box 2 : ticks

ticks(timestamp: string) - Returns the number of ticks (100 nanoseconds interval) since 1 Jan 1601 00:00:00 UT

Syntax: ticks('<timestamp>')

Box 3: triggerBody

triggerBody returns a trigger's body output at runtime.

Box 4: ticks

Box 5: getFutureTime getFutureTime teturn the current timestamp plus the specified time units.

Syntax: getFutureTime(<interval>, <timeUnit>, <format>?)

Reference:

https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference

asked 05/10/2024
Allen J Tyson
30 questions
User
0 comments
Sorted by

Leave a comment first