How to use a field value from an event definition to set the query parameter in an output connector?

672
2
Jump to solution
09-20-2019 11:49 AM
SatwikMishra
New Contributor II

Am fetching token from a place, and want to push JSON to a <base url>?query=token. The token is a field value in a GeoEvent definition. Is there a way to point the parameter attribute of the connector to the field value while setting the output connector?? (Tokens is the event definition for the input connector that fetches the token) 

0 Kudos
1 Solution

Accepted Solutions
Stefan_Jung
Esri Contributor

Hi Satwik Mishra‌,

I don't think this is possible with the out of the box connector.

For what i know Parameter is just a simple static string value. The HTTP Outbound Transport adds this value to the URL.

If there is no hidden magic somewhere, you need a custom output connector.

Best Stefan

View solution in original post

2 Replies
SatwikMishra
New Contributor II

Hi Stefan P. Jung‌ it'd be great if you could throw some light!

0 Kudos
Stefan_Jung
Esri Contributor

Hi Satwik Mishra‌,

I don't think this is possible with the out of the box connector.

For what i know Parameter is just a simple static string value. The HTTP Outbound Transport adds this value to the URL.

If there is no hidden magic somewhere, you need a custom output connector.

Best Stefan