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 / Polling Trigger config...
Power Automate
Unanswered

Polling Trigger configuration

(0) ShareShare
ReportReport
Posted on by

Hi all,

 

I recently create a connector with a polling trigger with my APIs.

As follow the steps in this document Use a polling trigger for Microsoft Power Automate | Microsoft Learn

 

My expectation is the second polling trigger can use the timestamp from the previous polling trigger,

no duplicate records will be captured between two polling triggers. 

 

Outputs of first trigger

Anson_Tsang_2-1681374264860.png

API calls are working fine, the output contains the timestamp I want to use in second trigger

For the second trigger, the State parameter are still the default value (not the timestamp from first trigger) when it enters my APIs.

 

Any steps are missing in the configuration?

Is it possible to achieve the function I want by using the polling trigger?

 

Any help will be greatly appreciated!

 

The trigger settings

Anson_Tsang_0-1681372844008.png

 

The trigger response and parameters in apiDefinition.swagger.json

"responses": {
	"200": {
		"description": "OK, Success",
		"schema": {
			"type": "object",
			"properties": {
				"Code": {
					"type": "integer",
					"format": "int32",
					"description": "Code"
				},
				"State": {
					"type": "array",
					"items": {
						"type": "object",
						"properties": {
							"Timestamp": {
								"type": "string",
								"description": "Timestamp"
							}
						}
					}
				}
			}
		}
	}
}	
"parameters": [
	{
		"name": "State",
		"in": "query",
		"required": true,
		"type": "string",
		"default": "new",
		"x-ms-visibility": "internal",
		"x-ms-trigger-value": {
			"value-collection": "State",
			"value-path": "Timestamp"
		}
	},
	{
		"name": "body",
		"in": "body",
		"required": true,
		"schema": {
			"x-ms-dynamic-properties": {
				"operationId": "TriggerLeadsTextbox",
				"itemValuePath": "Schema",
				"parameters": {
					"isUpdate": {
						"value": false
					}
				}
			}
		}
	}
]

 

 

 

 

Categories:
I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard