Skip to content

fix: Flush fields for logic rule actions#1584

Merged
trebitowski merged 2 commits intomasterfrom
fix/flush-fields
Mar 24, 2026
Merged

fix: Flush fields for logic rule actions#1584
trebitowski merged 2 commits intomasterfrom
fix/flush-fields

Conversation

@trebitowski
Copy link
Copy Markdown
Collaborator

@trebitowski trebitowski commented Mar 23, 2026

Changes

Flushes field changes before feathery client actions. This ensures that the calls to the BE use the most recent field values, even if the field and client action are in the same logic rule (and/or in a loop). This is a common pattern used with other actions, but these ones were not flushing fields.

Before, we were not flushing values, which meant actions like sendEmail would not have the correct field values.

Example:
https://feathery.slack.com/lists/T014564UQA2/F09GD42JFU4?record_id=Rec0AN0T0Q5U4

Checklist before requesting a review

  • Cleaned up debug prints, comments, and unused code
  • Tested end to end
  • Included screenshots or walkthrough video of change if impacts UX

Related pull requests

Link other PRs here that are related to this change

@trebitowski trebitowski marked this pull request as ready for review March 23, 2026 16:51
@trebitowski trebitowski requested a review from joondotcode March 23, 2026 16:52
@trebitowski trebitowski merged commit c5d9def into master Mar 24, 2026
7 checks passed
@trebitowski trebitowski deleted the fix/flush-fields branch March 24, 2026 03:51
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