Skip to main content
Nintex Community Menu Bar

is it possible to fetch all list item from another list on Nintex form in tabular format

  • February 6, 2020
  • 3 replies
  • 15 views

Forum|alt.badge.img+1

Hi,


I am new to Nintex
need ur help

scenario :

i trying to fetch all list item from another list on nintex form in tabular format

i created columns using calulate value action

'<table class="CSS"><thead><tr><th>PO NO</th><th>PO Description</th><th>Currency</th><th>PO Amount</th><th>PO recieved Amount</th><th>Po Billed</th><th>Buyer</th><th>Po Status</th><th>Po Date</th></tr></thead><tbody><tr><td>OI</td><td>td</td></tr></tbody></table>'

Now i want all columns value from another list, is it possible in Nintex form ?

6376i8613CC5C1EBB2F5F.png

3 replies

Forum|alt.badge.img+8
  • Novice
  • February 6, 2020

If you want to display the items, you can also add a List View to your form instead of building the table yourself.

See attachment for reference.

Please note that List View is not available using modern forms

 


Forum|alt.badge.img+12
  • Scholar
  • February 6, 2020

@Haider ......I don't think that's the good practice. What's the business requirement to do this?

 

If your users need that list for reference then you can just put the link to the list view on the form.


Forum|alt.badge.img+1
  • Author
  • February 7, 2020
Thank you so much Tarf,

i am using list view , Now all list item are on my form with checkbox that's good but my next scenario is when user check on one list item then onchange event will fire and i get all columns value of that item in javascript function and call or show new list view with all check data
is it possible ?