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

Polling triggers: Clean poll action inputs only once #306

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

pattra
Copy link
Contributor

@pattra pattra commented Feb 6, 2025

By the time inputs make it to an invokeAction call in a trigger, they have already been cleaned. Depending on how the clean functions, running clean twice can lead to unwanted behavior here (e.g. the "keyValPairToObject" util expecting an array and returning an object; running it twice causes errors).

@pattra pattra changed the title Polling triggeres: Clean poll action inputs only once Polling triggers: Clean poll action inputs only once Feb 6, 2025
@pattra pattra merged commit 6f562f3 into main Feb 6, 2025
1 check passed
@pattra pattra deleted the pa/invoke-action-clean branch February 6, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants