Had a question about the edit row function in Make. So my scenario is really simple; what I want is to edit a row in Glide of my client after they filled out a form on my website. All my clients have a unique client ID but the Glide module only works off of the specific rowID in Glide. What I wanted to do is basically search my client within the Glide table with their unique client ID. Any ideas on how I can do this? (I know the picture shows Get row but I changed it already)
Yes we do this all the time. Get Rows from your table, add the next module to Edit Row, create a filter between Get Row + Edit Row that only allows it to push the row you want to edit forward, in your case your “Client ID” then use the RowID value in the RowID section of edit row.
Furthermore, if the client ID is known on your webhook, send that data right to the webhook to save a step.