Notion : How to display on make relation from an other Data Base?

Hello,

I want to see on make the property value on a relation to an other DB

I set a quick and easy example with 2 data base (Invoice and Client → picture 1

What would be the steps to retrieve the relation (I mean the properties values of the relation → see red Frame on picture 2)


Thanks a lot guys

Hi @caporali

If your need is to get the ID value from the Invoice(array), you can use map function.
{{map(11.Invoice; “ID”)}} to get the internal id format use output bundle.
image

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

Hello Thanks

And what if I want to use it in an other module on make (let’s Gmail)

I want to be able to use the value in the gmail module

Thanks