Get logo from domain link to Name like Companies
Hi guys! Can I create custom object, and get logo from domain link to name like Companies do?

3 Replies
Oh, I have more two questions:
1. How to create relation type as many-to-many. Now I can create relation one-to-many and many-to-one.
2. How can I get relation field from Workflows > Code?
:tunneller:
for many-to-many: we recommend to create a middle object towards wich you can point two many-to-one.
That's the best way we found for our users. And it allows to add properties to the "relation"
@thomast can answer the workflow question
What do you mean by getting relation fields? In Code step you can call twenty api to fetch any record with their relations. Is it what you are trying to do? Or do you want relation fields for your code step input?