erro name item with join list

Hello everyone! I have the following problem: - I have a form (A) that registers an item; - I also have another form (B) that uses a dbjoin with the items registered in form A. however, when using the join option of this listing of form A (list> data> join) to share the data with another list, the field corresponding to dbjoin, only returns the item ID and not the name. How could I fix this?
 
Set the field to be a databasejoin element and select the label you want to show.
 
@dimoss what would be "PK"?

@troester my field is configured like this:

value: id
label: name of the field where the names are.

Does it have to be different?


I saw that in the database where the form that has this field is also not saving the name I need, it is saving the ID.

Can you change that?

Thanks!
 
PK means Primary Key.
I guess that in form A you have something two fields like this:
id (which is the PK of the item)
name (which is the item name)

In form B you dbjoin field should be as you describe and should reflect the item name of form A.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top