how can i update values in a forms instance?
This is the case, a .txt file enters LF from which the content is read and values are obtained, for example, the value EVENT, ID and NAME with these values is validated if the value of EVENT is 1 then we trigger a process in Forms and a form is generated with the values obtained from the .txt file, but if the EVENT value is 2 then the NAME in the previously created form has to be updated with the EVENT 1 based on the ID value.
I can't find actions, tasks or something in Forms or Workflow that allows me to perform this functionality, please help