Creating a new revision for a selected object in the list grid by clicking on the revise button

0
Hi All, There is a situation which is explained as below.   The selected row needs to be revised (creating a new revision) to a new revision when a certain attribute is true and when the revise button is clicked.     When the user clicks on the button, the page specific to the row selected opens The user changes the version to 2 and then clicks on Save. During the course of action, a new row needs to be created in the list grid if the Specific attribute is true.   How can I define the Microflow to achieve this?    
asked
2 answers
0

Hi

From what I understand you can you a split to create two flow depend on whether your attribute is true or not. when its true create new object of the entity (which you are using in datagrid) and commit and refresh it.

answered
0

answered