Skip to main content

Hello! 
 

I'm working with this plugin, but for some reason, it doesn't display the data https://gallery.nintex.com/t/_column_grid. Does anyone have an idea of what I might be doing wrong?


This is how I'm fetching the JSON to attach.
 


Here's the configuration:

 



However, when I try to view the information in the tables, the fields appear empty, even though the correct amount is displayed.

 



I have tried with other table plugins in the same way, and it does show the data.



I appreciate any help or comments. 

Hi ​@Yhaizley RV , I believe the issue is with the 4-column plugin expecting the exact column names below (e.g. columnheader1). You might want to adjust the plugin code to cater for the actual data.

 


Hi ​@Yhaizley RV 
Has this response helped to answer your question?


Hello,
Thank you for your response.


@kokfong_tan   Are you saying that the columns must be named exactly as in the query? I’ve tried that, but I still don’t see the results. The number of rows is correct, but the information is not displayed.

 

 


@Yhaizley RV I was suggesting that you may have to clone the source code of the plugin and update the column names to cater to what you have. You can then upload the customized source code as a new plugin. See here for more details on how to upload a plugin.

 

Snippet of the source code where hardcoded column names are defined:

 


Reply