I have List A that contains 2 fields with number values, i.e. INDUNITS and FAMUNITS I need these fields to be READ-ONLY.
I have List B that collects so information and needs to "Update" the value of the 2 fields in List A.
What I would like to do is trigger a Workflow after a item is created in List B to add the current value of each field with the value of List B, then update the fields in List A to reflect the new values.
My issue is I don't know how to get the current values in List A into a Workflow in List B and add them together.