Skip to main content
March 12, 2025
Question

Pop up screen without record/related action or passing multiple identifier to rv!identifier

  • March 12, 2025
  • 4 replies
  • 0 views

hi

I have grid there is selectable is true
I can select multiple dates and store the index in local

if more then one data s selected the related action in hiding

what i need is 

i have to select multiple data and if i click the related action in the popup i have to see whatever the data im had selected

passing multiple data/identifier is not possible in rv! right so its not working

or instead of related action just using btn/link the selected value have to be display in popup screen 

4 replies

konduruc733182
March 12, 2025

Hello [mention:13cbab23225a46c49b31596c4e2ce3db:e9ed411860ed4f2ba0265705b8793d05] ,

Could you please explain what is that action that is going to be performed in the record action for the selected items? Does the selected content fall into context of any record?

March 12, 2025

no

the selected data should be displayed in the popup screen ,just i will delete or assign the details to other users 

like that 

konduruc733182
March 12, 2025

I would recommend not to show the selection grid on the main screen instead have a separate Record Action for this process. above the grid. Once the record action is clicked the user will be able to select and then on the next step of the UI you can the show then selected details for confirmation. This would be a better approach is what i feel.

mathieud0001
March 12, 2025

If you need to select multiple items to perform an action, I would suggest you simulate a popup as shown here: https://appian.rocks/2023/06/20/popup-windows-in-appian/ and pass in your identifiers to a process via a!startProcess.