Hello all.
I have 6 SPLists, all of them have the same columns just data from different offices. Right now I am doing a Get Items for all 6 lists and duplicating all of the functions that are needed for the list when called on by the Trigger.
Ex. Trigger =List1. > Condition If Trigger is "List 1" run all the commands in that row, if Trigger is "List 2", run all the commands in that row but on SPLists 2.
How can I set it so I can just have 1 column of commands and have the list switch according to the Trigger? Right now as my locations keep growing I will have to recreate a new column of commands for each location, which could grow to 15-20 locations/ SPLists/Columns of commands.
Any thoughts?