Skip to main content
Nintex Community Menu Bar

New Action Framework Action: Set Context (Model & Row)

  • July 8, 2024
  • 4 replies
  • 20 views

Forum|alt.badge.img+18

It might be nice to have an action available in the action framework to allow us to “set the context” for merge syntax to a particular model and row (first, last, or number).

That way we could avoid creating a model just to store values that we need to use multiple times to ‘create a new row.’ (A very nice trick, btw. Hat tipped to Pat.)

And we can avoid merge syntax strings that always look like {{$Model.MyModel.data.0.Field__c}} instead of just {{Field__c}}.

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+18
  • Author
  • July 8, 2024

This might be a way to solve the problem Zach mentioned here: https://community.skuid.com/t/upon-creation-of-new-row-in-a-different-model-does-the-c…


Forum|alt.badge.img+17
  • Nintex Employee
  • July 8, 2024

Thanks for the creative thinking.  We will take this into consideration.  We know that the idea of “context”  has a lot of rough edges and it could be made clearer in our builder.  This might help. 


Forum|alt.badge.img+20

Surprised this hasn’t been made. Has it been 2 years since this was posted?


Forum|alt.badge.img+20

Came up again today. My use case to create a wizard where someone essentially drills down into the data structure in each step. Problem is that we currently have to set a condition on each level going down the data structure and query. ie. products

I will switch the setup to be Tables and Drawers to make this work, but I wanted to use a wizard. 😦