skuid row workflow

There are two objects suppose A and B .B is child object of A.I need to update picklist value in A If a row exist on the table residing in the skuid page of B .How can we achieve that ?

Hi Raya,

Let say, Parent = Account and Child = Opportunity

then you could have an after save action on the opportunity model that updates the account model and saves it.