Skip to main content
August 24, 2021
Question

Update Record when you click on Submit Button

  • August 24, 2021
  • 4 replies
  • 0 views

Hi Folks, 

I have a question how do we add a row in the database and in the record when you click on the submit button in the readonly, I tried using a!writetodatastore function but didn't work well.

Any suggestions will be helpful.

Thanks

4 replies

Known Participant
August 24, 2021

you can start a process on the saveInto of the button and write the required info table from there.

August 24, 2021

Hi Chankya, 

I tried using the start process, data is updating  but i am unable to add new row in the row or the database

Known Participant
August 24, 2021

Not sure when you say unable to write the row to database. Did you use write to datastore entity smart service with valid data and If so what is the error you see when the node is executed.