Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Issue: x-ms-trigger-value not working #3181

Open
davidchanmaximizer opened this issue Jan 10, 2024 · 1 comment
Open

[BUG] Issue: x-ms-trigger-value not working #3181

davidchanmaximizer opened this issue Jan 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@davidchanmaximizer
Copy link
Contributor

Type of Connector

Custom Connector

Name of Connector

Maximizer Connector

Describe the bug

Hi Everyone,

I am trying to implement a polling trigger.
But the polling trigger didn't get the x-ms-trigger-value in next polling API call.

May I know if the connector has this feature?
And what I am doing wrong?

The swagger.json is attached.
And the path of the trigger is "/api/Lead/tirgger/updated".
apiDefinition.swagger.json

Is this a security bug?

No, this is not a security bug

What is the severity of this bug?

Severity 2 - One or more important connector features are down

To Reproduce

create the custom connector using CLI paconn and try the trigger.

Expected behavior

Some int value should pass into "state" in the next polling.

Environment summary

Install Method:
cli paconn in window

CLI version (paconn --version) :
0.0.20
Python (Windows) 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]

OS version: windows server 2016

Shell Type (e.g. bash, cmd.exe, Bash on Windows): cmd.exe

Additional context

na

@davidchanmaximizer davidchanmaximizer added the bug Something isn't working label Jan 10, 2024
@SEU2131
Copy link

SEU2131 commented May 15, 2024

I met this error too, it always returns
'List<string>' does not contain a definition for 'ContainsInsensitively' and no extension method 'ContainsInsensitively' accepting a first argument of type 'List<string>' could be found (are you missing a using directive or an assembly reference?)

Do you have ways to resolve it?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants