Solved

Adding another reference to and existing workflow?

  • 17 August 2023
  • 1 reply
  • 77 views

Badge

I have a form that has two views on it.  They are using the same smartobject for 2 different types of records.  When I insert a record from each view, the workflow will not pick up both records because only 1 of the views is referenced on the workflow.  Can I add another reference for the second view after the workflow has already been created so that the flow can pick up the other records?

icon

Best answer by TinTex 18 August 2023, 19:29

View original

1 reply

Userlevel 3
Badge +10

@eriley

This is possible, but would have to be done via manual configurations.

  1. Create a reference to that SmartObject with load method
  2. Create the Output mapping Workflow References
  3. Map the ID of the Reference created back to the load method
    1. Then in your start workflow rule, after you have called those view’s insert/create methods; you can map each view’s data source to the applicable workflow item reference
    2. If you are loading task using ‘open the task worklist item’, make sure the Workflow References are mapped back out to the view’s data sources, so that data would load correctly

    3.  

Reply