Forum Discussion
JordanBeatty1
9 years agoQrew Captain
I'll describe the scenario to see if it provides more clarity. A user wants to create a Task in Table A, fills in the form, clicks save. They now want to create an Activity in Table B related to the Task in Table A. On the Task record in Table A, they click the "Add Activity" button which invokes the API call. They then arrive at the form to create an Activity record in Table B with the mutual information from the Task record. This is all working as intended. Though, this process happens so often in a day it would actually be a large time size to combine saving the Task record in Table A when you click the "Add Activity" button to go to the form in Table B to create an Activity record. The goal is the user does not have to click the green save button in the top right corner in order to click the button to invoke the API call. I hope the intended purpose is more clear now