When we get the data from api and if the data is changed then how we can replace that changed data
0
When we get the some records from the api and if second record get changed then how we can replace that changed record in mendix
asked
Punam Gore
1 answers
1
Hello,
You can fetch the record from Mendix DB and update the record with the api data using Change Object action or you can use copyAttributes java action from CommunityCommons module.