nerdexam
Microsoft

PL-400 · Question #205

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…

The correct answer is B. RemoteExecutionContext in JSON format. 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

Submitted by omar99· Apr 18, 2026

Question

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?

Options

  • ARemoteExecutionContext in .NET binary format
  • BRemoteExecutionContext in JSON format
  • CRemoteExecutionContext in XML format
  • DIPIuginExecutionContext in JSON format
  • EIPIuginExecutionContext in XML format

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    72% (28)
  • C
    5% (2)
  • D
    8% (3)
  • E
    13% (5)

Explanation

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

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice