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

Existing values in a reference column are not resolved #1532

Open
2 tasks done
audez opened this issue Mar 22, 2025 · 0 comments
Open
2 tasks done

Existing values in a reference column are not resolved #1532

audez opened this issue Mar 22, 2025 · 0 comments

Comments

@audez
Copy link
Contributor

audez commented Mar 22, 2025

Describe the current behavior

When inserting a value in a reference column, if it corresponds to an existing value of the column selected in "Show column", we observe 2 behaviours:

  • inserting via a copy/paste, via the API, by typing text or via a file import: the reference is found
  • inserting via a custom widget or a trigger formula: the reference is not found, the cell appears in error

I apologise in advance if this has already been written, but I couldn't find an issue on the matter. Please let me know if it's the case!

Steps to reproduce

  1. Create a table with a text column "Name" with a value "Jojo", and another table with a column "Ref" that references the first table and shows "Name" column.
  2. In the "Ref" column, insert a new value "Jojo" by a copy/paste or typing the value. See it's auto-resolving.
  3. Do the same through the API console or file import. See it's fine too.
  4. Do the same with a custom widget (as Action Button) or a trigger formula. See it's not resolving, the value appears in error.

Example inserting by copy/paste, typing (OK) and custom widget "Action Button" (KO):

Image

Example inserting with a csv (OK) or a trigger formula (KO):

Image

Describe the expected behavior

If the value inserted in a reference column corresponds to an existing value of the shown column, the reference should be automatically resolved.

Where have you encountered this bug?

@audez audez changed the title Values inserted in a reference column are not resolving Existing values inserted in a reference column are not resolving Mar 22, 2025
@audez audez changed the title Existing values inserted in a reference column are not resolving Existing values in a reference column are not resolving Mar 22, 2025
@audez audez changed the title Existing values in a reference column are not resolving Existing values in a reference column are not resolved Mar 22, 2025
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

No branches or pull requests

1 participant