Hi.
The connection between database 1 and database 2 it’s means the record from database 2 is an attribute of record into database 1.
The idea is when you choose the data into Database 1 the record in this database “load” the register where de record of database 2 as an attribute.
You can’t to see the record of register from database 2 as an option to be choosed, it’s is against the database concept.
I suggest to review your process/logic to transform this in something simple.
Good luck
Hey @Ezequiel Souza
I actually discovered how Pipefy implements the structure from above natively.
Here’s the solution:
- Add a field to store the specific field from database 2 in database 1 (e.g. numeric field if it’s numeric data, with same name as the field in database 2).
- Add connected field to database 1 - to database 2 records
- Click “Advanced” on the connection field options
- Click “Autofill Fields wtih connected card information”
- Select the new field you created in database 1 and connect the database 2 field you want added to it.
- Repeat step 1 and 5 as needed.
Hope this is helpful to someone else
As for the process/ logic, I don’t understand your comment - and this could be my lack of understanding.
How I understand things, is that I was attempting to mimic something that’s used in standard practice to link database tables via ID fields. This is how relationships are established between databases.
In Pipefy the Connection Field takes the role of the ID relationship (simplified).
Perhaps I’m misunderstanding something here. Would love to learn - so if you have any ideas on how this could be structured simpler please let me know. Simpler is always better.
Hi.
Thanks for share an another option!
Great!
With regards.