Block - Pass Document ID to Table column

Let me guide you on how to pass Document ID to table column with a block.

For example,
Create Test 1 and auto create Test 2 and pass Test 2 Document ID to Test 1 Table Column. Before that, need a field in Test 2 to capture Test 1 Document ID as well.

Automation at Create Test 1 Module
Description: Auto Create Test 2 by passing value from Test 1 table row

When execute Create do Automation
image

  1. Click ‘After executing’
  2. Drag & drop For block
  3. Input #Entry#Details, each item

  1. Drag & drop Action block link to each
  2. Click + Add Action
  3. Select Perform
  4. Module Test 2 → this is the Module which going to pass the value
  5. Activity Create
  6. Click Expand Property
  7. Select the data entry and the passing value
  8. Click OK

Automation at Create Test 2 Module

Description: After Create Test 2, reupdate Test 1 by passing Test 2 ID to the table column

When execute Create do Automation

  1. Drag & drop Action block
  2. Click + Add Action
  3. Module : Test 1
    Activity : Edit
    Entry : #Entry#Test 1 ID

image

  1. Drag & Drop Condition block
  2. Input #Test 1 Edit Form#Details.Count>0

image

  1. Drag & Drop For block
  2. Input #Test 1 Edit Form#Details, each row


  1. Drag & Drop Action block
  2. Click + Add Action
  3. Click Create
  4. Input value find(#Test 1 Edit Form#Details#Description == #row#Description)

  1. Click + Add Action
  2. Click Set
  3. Variable : #line
    Value: Click expand Property
    Select Test 2 ID → this is the column in the table
    Input #Entry

image

  1. Drag & Drop Action block
  2. Click Perform
  3. Module : Test 1
    Activity : Edit
    Entry : #Entry#Test 1 ID
    Form : #Test 1 Edit Form