Start a new topic
Answered

How to send data from task to another task in workflow

Hello, 

I would like  to create a workflow  from the 'contenu' table to the 'Contenant' table and subsequently to the 'Conditionnement' table, while bypassing the involvement of the 'ArticleC10' and 'ArticleConditionne' entities.

Additionally, I aim to enrich the foreign keys of these tables with the primary key of the record generated within this workflow.

image

Any recommendations regarding best practices for structuring this workflow and ensuring data integrity through foreign key relationships would be greatly appreciated.


Thank you 


Best Answer

Hi, you will need to create reference relationship in order for those entities to connect to each other. Here is an example of what I mean. 

1 Comment

Answer

Hi, you will need to create reference relationship in order for those entities to connect to each other. Here is an example of what I mean. 

Login to post a comment