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

[BUDI-7528] Linked rows, longform text areas, and multi-select arrays do not save when set within an automation #11844

Closed
1 task done
melohagan opened this issue Sep 21, 2023 · 0 comments
Assignees
Labels
bb-automations Budibase Automations related work bug Something isn't working env - production Bug found in production Medium priority Created by Linear-GitHub Sync

Comments

@melohagan
Copy link
Collaborator

melohagan commented Sep 21, 2023

Checklist

  • I have searched budibase discussions and github issues to check if my issue already exists

Hosting

  • Self
    • Method: docker compose
    • Budibase Version: 2.10.10

Describe the bug
Setting the values of a linked row picker (multi-select or single option) does not save against the automation.

The same bug can be reproduced with:

  • longform TextArea
  • array Multi-select

To Reproduce
Steps to reproduce the behavior:

  1. Create an app with the sample data
  2. Add an automation with any trigger, and add a Create Row step
  3. Select the Employees table
  4. Select some jobs
  5. Refresh the page - the jobs are not selected, they were not saved against the automation
  6. Select some jobs, and change a text field
  7. Refresh the page - see that both the jobs and the text field value have now been saved

Expected behavior
Linked rows, longform fields, and multi-selects should save against the automation when changed.

Screenshots
automations

Additional context
There appears to be an issue with bind:value. The components that are using on:change appear to be fine.

BUDI-7528

@melohagan melohagan added bug Something isn't working bb-automations Budibase Automations related work env - production Bug found in production labels Sep 21, 2023
@melohagan melohagan changed the title Linked rows, longform text areas, and multi-select arrays do not save when set within an automation [BUDI-7528] Linked rows, longform text areas, and multi-select arrays do not save when set within an automation Sep 21, 2023
@melohagan melohagan added the Medium priority Created by Linear-GitHub Sync label Sep 21, 2023
@melohagan melohagan self-assigned this Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb-automations Budibase Automations related work bug Something isn't working env - production Bug found in production Medium priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant