Skip to main content
Nintex Community Menu Bar
Question

How to pass multiple rows' data through Skuid- URL

  • October 23, 2024
  • 1 reply
  • 30 views

Forum|alt.badge.img+2

Hi,

I want to define a Skuid button action>>”Go to URL” where i would like to pass multiple rows from the Model.

Can you please advise me on the syntax to be used?

Example- https://clientdevorg--newdev--apxt-congasign.sandbox.vf.force.com/apex/apxt_sendForSignature?id={{{$Model.Borrower.data.0.Id}}}

 

When i pass this paramater, it only queries the first rows data. However, In the Model, there are multiple rows. I wish to fetch all the rows queried in the Model.

 

Kindly advise.

 

Thank you.

Regards.

1 reply

Forum|alt.badge.img+10
  • Scholar
  • December 17, 2024

I don’t believe what you’re looking to accomplish here is possible. Probably the most straight-forward thing you can do is pass the relevant condition values that then lets your other page query on the data you want by itself to get what you’re looking for.

For example, pass borrowerType = “MyType” on the URL and then have your other page with its own model that just queries on all borrowers of type “MyType”.