Use fields from linked workspace for automations / actions
Д
Денис Чудинов
Let me explain our data structure:
- Workflow Contractors (tax number of company, adress, ceo etc)
- Workflow Deals (its about goods, price etc)
One Contractor have many Deals.
In Deals we want to make API calls (to generate docs or to send some data to financial tool) and that call should know about native workflow Deals and linked workflow Contractors (for exaple, we need to send tax number).
Д
Денис Чудинов
Sure, we can transfer some data from Contractors to Deals by duplicating and updating linked fields (and hide it), but its a little bit stupid, to have excess fields, because, it increase the complexity of the setup