Skip to main content
Nintex Community Menu Bar
Question

Table render from selected row's RecordID on different table

  • July 9, 2024
  • 7 replies
  • 10 views

Forum|alt.badge.img+1

I have a table above showing projects for different departments and/or team members and I would like to have a tabbed table below show the related stories for the project.  What filtering do I need to do to make this happen?  I’ve created a row action that passes the project ID to the story model, but it’s not working like I would expect.  It’s not showing any stories now down below.

This topic has been closed for replies.

7 replies

Forum|alt.badge.img+9

You have to update the data in the model after you pass in the Id. Try re-querying the model via an action.


Forum|alt.badge.img+1
  • Author
  • 3 replies
  • July 9, 2024

I have this action (Show Me . . . Stories) performing the two actions shown below.  I neglected to mention in my OP that this was being done.  Still not getting anything in the below table with this setup.


e47c672d75a7c867dd31adbac1ef5b719ba5f1e1.png


Forum|alt.badge.img+9

What value are you passing in the “Activate and set value of model condition”? 


Forum|alt.badge.img+1
  • Author
  • 3 replies
  • July 9, 2024

Action type = Activate & Set value of Model Model = Stories Condition = --None-- Value = {{Id}}


Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

I bet the Id field is not actually in your project model. 


Forum|alt.badge.img+1
  • Author
  • 3 replies
  • July 9, 2024

I’ve checked every field into the model.  I’ve enabled Squid access to my org.  Is there someone who can login and check this out for me?


Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

It struck me like a ton of bricks.  You have not actually called a condition in your “Activate and Set condition” action.   Right now we don’t know where we are passing the Id field.  No destination… 

Have you defined the condition on the Stories model?   Made it in 'Filterable default off" state?   This must be done before you can finish the action sequence.