Skip to main content
Nintex Community Menu Bar
Question

UI_field pass URL Parm

  • July 10, 2024
  • 5 replies
  • 26 views

Forum|alt.badge.img+14

I have a page include with the following Query String.

PASS_Roll=Seller&Offer_Id={{{$Model.New_Offer.data.0.Id}}}

In the included page I would like to save the value of PASS_Roll in a UI-field.

I looked at possibly using a UI_Field  Display Type of “Text” and the “Page/URL parameter” value to PASS_Roll.  I thought “Seller” would be stored in the field.

It shows no value.

5 replies

Forum|alt.badge.img+11
  • July 10, 2024

Bill,

I had a similar problem a while back - ended up having to use a non UI field to store my text value.
https://community.skuid.com/t/ui-field-set-from-url-parameter



Forum|alt.badge.img+14
  • Author
  • July 10, 2024

Thanks Chandra,

I did set up a field to pass the data. The query string I am passing is “PASS_Roll”
How do I put the data in the field? I was trying this but do not know what to pass?


Forum|alt.badge.img+17

I believe it would be: {{$Param.PASS_Roll}}


Forum|alt.badge.img+14
  • Author
  • July 10, 2024

Thanks Raymond.   But it is still blank


Forum|alt.badge.img+17

Instead of populating the field through an update, you may want to try putting a condition on the model to set the value to the page parameter. Otherwise, I’d go with Chandra’s suggestion and create a Salesforce field to collect the URL parameter instead of a Ui only field.