How to write to multiple records in one Process

Certified Associate Developer

An Award Record has 3 sections: Section 1, Section 2, and Section 3. Section 1 and 2 combine to serve as a unique identifier. When you edit Section 3 of an Award Record, all of the Awards with the same values for Section 1 and 2 should be updated as well. This process model updates the value for Section 3, but it does not check to see if there are other awards with the same combination of Section 1&2 before writing to the DB.

I was told to "build a dictionary in building the CDT before the DB write and write the array".

Any help would be greatly appreciated!

Thank you

  Discussion posts and replies are publicly visible

Parents Reply Children