web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Dynamic content is not...
Power Automate
Unanswered

Dynamic content is not getting populated in trigger

(0) ShareShare
ReportReport
Posted on by 5

I'm trying to achieve dynamic contents from a trigger action, below is my open API code

 

 

 

{"/public/webhooks/flowModel/{flowModelId}/step/{stepId}": {
 "post": {
 "tags": [
 "POST"
 ],
 "summary": "When step is submitted",
 "description": "This operation triggers...",
 "operationId": "WhenStepSubmitted",
 "consumes": [
 "application/json",
 "text/json",
 "application/xml",
 "text/xml",
 "application/x-www-form-urlencoded"
 ],
 "produces": [
 "application/json",
 "text/json",
 "application/xml",
 "text/xml"
 ],
 "parameters": [
 ...
 ],
 "responses": {
 "200": {
 "description": "OK",
 "schema": {
 "type": "object"
 }
 },
 "default": {
 "description": "OK",
 "schema": {
 "type": "object"
 }
 }
 },
 "x-ms-trigger": "single"
 },
 "x-ms-notification-content": {
 "description": "Webhook",
 "schema": {
 "$ref": "#/definitions/WebhookNotification"
 }
 }
 },

 "WebhookNotification": {
 "type": "object",
 "properties": {},
 "x-ms-dynamic-schema": {
 "operationId": "GetStepFieldDict",
 "parameters": {},
 "value-path": "Schema"
 },
 "x-ms-dynamic-properties": {
 "operationId": "GetStepFieldDict",
 "parameters": {},
 "itemValuePath": "Schema"
 }
 },

 "/public/dynamicProperties": {
 "get": {
 "tags": [
 "GET"
 ],
 "summary": "GetStepFieldDict",
 "operationId": "GetStepFieldDict",
 "consumes": [],
 "produces": [
 "application/json",
 "text/json",
 "application/xml",
 "text/xml"
 ],
 "parameters": [
 {
 "name": "ngrok-skip-browser-warning",
 "in": "header",
 "required": true,
 "type": "boolean",
 "default": true,
 "x-ms-visibility": "internal"
 }
 ],
 "responses": {
 "200": {
 "description": "OK",
 "schema": {
 "type": "object"
 }
 },
 "400": {
 "description": "Invalid type specified"
 },
 "default": {
 "description": "OK",
 "schema": {
 "type": "object"
 }
 }
 },
 "x-ms-visibility": "internal"
 }
 }
}

 

 

response from GetStepFieldDict is 

{
 "type": "object",
 "Schema": {
 "EmailSubject": {
 "type": "string",
 "description": "EmailSubject"
 },
 "EmailBody": {
 "type": "string",
 "description": "EmailBody"
 }
 }
}

 

the error is 

thahseen21_0-1699940020418.png

 

Categories:

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 249 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 198

#3
David_MA Profile Picture

David_MA 197 Super User 2026 Season 2

Last 30 days Overall leaderboard