An organization implements Dynamics 36S Supply Chain Management.
You need to create a Microsoft Flow that runs daily.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You need to configure the trigger for account records.
Which expression should you use?
Scenario: A trigger must be created that changes the Priority field to 1 in the Account record 10 days after an Account record is created.
DIFFINDAYS (date and time, date and time): Returns the difference in days between two Date and Time fields. If both dates and times fall on the same day, the difference is zero.
Note: Whenever we talk about history, the bone of contention are the below four fields:
CreatedOn
ModifiedOn
CreatedBy
ModifiedBy
You need to ensure that Adventure Works Cycles can track information from visitors to bike fairs.
What should you create?
Scenario:
Qualified leads must be collected from local bike fairs.
Adventure Works Cycles uses a Power Apps app for local bike fairs to attract new customers.
By using a Dynamics 365 connector, you can create flows that initiate when an event occurs in Dynamics 365,
or some other service, which then performs an action in Dynamics 365, or some other service.
In Power Automate, you can set up automated workflows between your favorite apps and services to
synchronize files, get notifications, collect data, and more.
https://docs.microsoft.com/en-us/power-automate/connection-dynamics365
A company has a model-driven app form. Many users use the form.
Users state that the form takes too long to fully load.
You need to evaluate the form design to improve loading performance.
Which three control types can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A company is creating a one-way integration from the Common Data Service to an external system. Data will be sent from a webhook to an Azure Function.
You need to configure the Azure Function to handle data from the webhook.
Which class and data type must the Azure Function handle?
The body will contain string that represents the JSON value of an instance of the RemoteExecutionContext class.
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-webhooks