I have one table called Approved PRs and then I want to select multiple rows from its view and copy some columns to another table called (Temp) and then open the View of the temp table with the copied rows.
I have created one action (add new row to another table using values from this row) as shown
I think your problem is that "Go to another view ’ actions are not available for use when multiple records are selected. You’d think that as a step two in a multi-step action, you could just forget the multi-select context, but that’s not how it’s designed. It’s something I’ve tripped over too.
The issue is that the multiple records selection is essential in the functionality f the APP, I have tried to remove the “Go to another view” action but it didn’t work either.