Can we update the Mendix database table record

0
Hi Team,  I want to update  mendix database table record based on some conditions using microflow.  How to do that.
asked
2 answers
3
  1. Retrieve the data you want to alter based on your conditions
  2. Alter the data
  3. Commit the data

Without more details, it's hard to give a more detailed answer, but these are the basic steps.

 

answered
4

Hi Priyanka Awari
 

You can do that by retrieving from the database and passing it into the loop and update the object based on your condition and commit the list.

answered