Hello Community
I´ve created a flow in which someone can fill out a form with some specific values. The user gets an email to confirm the information and after that, an item is created and the flow sends an email with what was filled in.
Despite the user gets an email to check the information submitted, before creating the item, I´ve realized that items are created with errors and the user fills in the form which creates another item, leading to have a list populated with unnecessary data.
So, I was wondering if there is a way to update a value in a colum but... here is the trick. The item has lots of columns that can be updated so, may be one user wants to update his email and another user wants to update his birth date. So each user can update any column whitout affecting the rest of the information.
I managed to update the item by calling its ID but the user has to fill in the entire form again (leading into unforced errors). My idea is that the user only updates specific values without going through all the form. I´ve seen researched http request but still quite don´t understand the approach I should have.