I have created an object named "address" that stores the values from a form filled up by the user. A page contains that form which is called using a microflow which creates an object and stores the permanent address details. In the same page I have given a question which asks the user wether this permanent address is same as current address. If yes button is pressed them i am calling a microflow to create an object of currentaddress entity and the commit the object. But the permanent address object is not getting copied into the current address entity and is showing null values in the database.