JordanBeatty1
9 years agoQrew Captain
Can you make it so actions only edit specific related records
Currently, when a project record is created in table A, it is automatically creating a task for it in table B. Though one project, can have many task. Currently, to edit task descriptions after making changes in the project record in table A, you have to go to the task in table B and update the changes you made. I created a link between table A and table B where you can enter the task description in table A when creating the project, this passes it along for the initial task in table B. I have created an action where if you change the description for the task in project record it changes it in the task record it is tied to. Though since one project can have many task, it is changing the description in ALL of them. For example, if you create a task for a follow up phone call, and have one for writing a report based on the project, if you wanted to edit the task description from the project for the report it would also change the description for the follow up phone call. Is there a way I can make it so my action that when you modify the project record task description it doesn't alter the description of all project related task? Sorry if this is confusing or unclear