I am in a site and I need to open an interface/site in a new Tab, and I need to pass more than 500 items in a List of Text format to the new Tab site
Discussion posts and replies are publicly visible
I agree with Mike’s suggestion -
Store the data temporarily (e.g., DB or Appian Record).
Pass only the ID via URL.
Fetch the full data in the new interface using the ID.
I tried this method but not through record type/ database.
I ran an process model and made an process report for that process model and I was able to fetch all the data by querying data from the process report. But the problem is I have to click on 2 buttons. One for to write the data and another one to open the site in a new Tab
Where is that data coming from? How does the user query, sort and filter it? That's the important part here.
Hi vijayp6380 , One workaround is to create a record and configure a related action. While this isn't the recommended or ideal approach, it can fulfill your requirement by allowing you to pass parameters and launch the interface in a new tab.
I created a related action too but the thing is I was able to pass only 250 ids. Not more than that