Skip to main content
Nintex Community Menu Bar
Question

merge Data from multiple Table/models

  • July 10, 2024
  • 1 reply
  • 21 views

Forum|alt.badge.img+2

I am new to skuid and looking to build a pop up screen on click of a button which pulls data from two history object. we have Contact history and Contact method history object and we need to show data in one Table on click on button. I am not able to find a way where I can merge data from two models

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+7

Hi, Anshul,
Are you trying to merge data from the two history models into the same table? As of now, Skuid tables only work with a single model at a time.

You could add a tabset with “Contact History” and “Contact Method History” tabs, where each tab shows a table with history records from a different object. Merging the two models into a single table would probably require a custom JS solution…
Hope that helps,
Emily