Hi Swetha,
Error is saying Analysis_overview should have 1 parameter of type Analysis
go to analysis_overview page , check parameter count like below image. it should be 1 and its type sould be Analysis
Hi Swetha,
If your are create new Analysis object by clicking New Analysis button. the On click action should give create object like this below
You check your onclick page Analysis parameter should be Analysis. If not you can add .
If your onclick option of your button call microflow . In that microflow If you created new analysis object you should pass the new analysis object in to the respective Analysis edit page. double check the your parameter is same or not?