• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Is it possible to limit the number of web app items that are shown?

New Here ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

I have a web app which holds team member information but I only want to display the most recent three team members on the homepage. I know you can choose individual items to place in but I want it to work automatically so when another team member item is added to the web app then the homepage will automatically update and push that new team member in and another out.

Is it possible to put on this restriction?

TOPICS
Web apps

Views

284

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Apr 26, 2017 Apr 26, 2017

Have a look at the Limit Array filter. Filters | Business Catalyst Support

This will allow you to only output  the amount you need.

You can also use resultsPerPage parameter in the webapp module tag if you want to do it that way. module_webapps | Business Catalyst Developers

Votes

Translate

Translate
Participant ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

LATEST

Have a look at the Limit Array filter. Filters | Business Catalyst Support

This will allow you to only output  the amount you need.

You can also use resultsPerPage parameter in the webapp module tag if you want to do it that way. module_webapps | Business Catalyst Developers

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines