Skip to main content
Nintex Community Menu Bar
Question

Brooklyn issue (10.0.4): Model with condition filterable default off returns records when condition

  • July 11, 2024
  • 6 replies
  • 34 views

Forum|alt.badge.img+8

Brooklyn:
Model “test1”:
query on page load:false
condition: id, =, single value, filterable default off

Model “test2”
customfield: null

Action:
set and activate condition id = {{$model.test2.data.0.customfield}}

requery Model “test1”, it returns a record.


Rockaway:
requery Model “test1”, it does NOT return a record.

We use model has rows to conditional render section. Now this is broken in Brooklyn.




6 replies

Forum|alt.badge.img+10

Can you share the XML of the page that isn’t working? Preferably one with standard objects instead of custom.


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





































































































Country


State


City















Email Type

























Phone Type

















<br alt=“” name=“” rel=“”


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

The bottom model should be empty.

Steps: enter values for all 4 fields on the left panel. Click on Continue, which sets the model conditions to Id = null.

SELECT CreatedDate FROM DuplicateRecordSet WHERE Id = null

should return no data. Skuid is returning 2 records.


This issue exists in Millau 11.2.9 too. Can you please investigate? Thanks!


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

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

I fixed the issue by using a merge syntax conditional around {{$model.test2.data.0.customfield}}. Is this a known issue and acceptable fix?


Forum|alt.badge.img+10

Merge Syntax is supported. This is not a known issue but rather looks like a traditional this is how it’s done. Certainly acceptable. If you’re thinking it isn’t, I’ll take a look at your XML with the Merge Syntax conditional added and see.