Skip to content

Update triggers-introduction.md #1722

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gretchunkim
Copy link

@gretchunkim gretchunkim commented Feb 28, 2025

error in trigger condition expression, using ?? instead of ? @equals(triggeroutputs()??['body/subject'], 'invoice approved'), is wrong

It should be @equals(triggeroutputs()?['body/subject'], 'invoice approved').

Capture

tp  in trigger condition expression, using ?? instead of ? 
@equals(triggeroutputs()??['body/subject'], 'invoice approved'), is wrong

It should be @equals(triggeroutputs()?['body/subject'], 'invoice approved'), is wrong
@prmerger-automator prmerger-automator bot added the do-not-merge Don't merge this PR. label Feb 28, 2025
Copy link

@gretchunkim : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit e234d13:

✅ Validation status: passed

File Status Preview URL Details
articles/triggers-introduction.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit 1bbdecc:

✅ Validation status: passed

File Status Preview URL Details
articles/triggers-introduction.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants