Skip to content

[Workflow] Update record step do not return some fields on notes #15903

@gitjuice

Description

@gitjuice

Bug Description

I had a workflow which did update the note title when it was empty after a specific delay (60 secs). So my workflow was something like

  1. Trigger: create record (note)
  2. Delay: 60 seconds
  3. Update record: a null update to refetch the content of the note body, which should now be populated
  4. Filter: title = is empty
  5. Serverless function: javascript code to take the first 40 characters from the note body (step 3)
  6. Update record: update note title with output of serverless function (step 5 output).

Since upgrading to 1.11 the null update (step 3) is not returning the note body, so the automation fails entirely

Expected behavior

The update record step should give me the note body which is (90% chance) populated after 60 seconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    🔖 Planned

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions