• Adil Al-Habib
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 6
    Replies

User-added imageI am attempting to create a flow that will trigger when a work order is created with a specific criteria and create work order line item records that were under the previous work order.

So far I have done the following:
Get Records on the Work Order Line Item object based on the work order ID. I would store multiple records and automatically store all fields

Then I have created a loop through each record.

Inside the loop I create a record one by one using seperate rescources and literal values and set the values of the fields within that record.
 

What am I doing wrong?
 

Thanks in advance!

User-added imageI am attempting to create a flow that will trigger when a work order is created with a specific criteria and create work order line item records that were under the previous work order.

So far I have done the following:
Get Records on the Work Order Line Item object based on the work order ID. I would store multiple records and automatically store all fields

Then I have created a loop through each record.

Inside the loop I create a record one by one using seperate rescources and literal values and set the values of the fields within that record.
 

What am I doing wrong?
 

Thanks in advance!