Hello I have some problem when running on GAS-070 (https://github.com/ashtonfei/google-apps-script-projects/tree/GAS-070). . Some user missing additional value like _uid, _status, _response_id, _approver_1, _approver_2. So I found the reason. Sometimes, the additional value inserted wrong area. That inserted in the before line. <img width="525" alt="image" src="https://github.com/ashtonfei/google-apps-script-projects/assets/22292704/65dc8aa6-2ec9-41a2-97f8-c563b6c8e9f7"> Like the image above UID-00059 must fill in the next line. But it replace the UID-00058 area. That will make some error of system when we run the application in flow. Thanks for read. And hope that will fix soon.