Link records created inside workflow process

Hi,

Is it possible to link records, created inside process?

For example,
I have record C in table C. This record contains many data, that should be copied to other tables.
I try to make process:

  1. I create record A in table A in process
  2. then create Record B in table B
  3. now i want to link records A and B. How? I need to get id of record A, is there away to do that?

Not fully understanding what your needed, maybe try the relate option of workflows?
Let me know if that helps.

:point_up: what Mac said

Plus this: if you reach the conclusion that you can’t do it because you don’t have the id, or any other way to reference the record you just created, then break your workflow into 2 workflows. One creates the record; the second one detects that creation and creates the releationship.

:point_up:what Pedro said

:joy: