/outsystems-tutorials

How to show a loading indicator in OutSystems when fetching data from the server?

Learn how to display a loading indicator in OutSystems when fetching data from the server, enhancing user experience with visual feedback during data operations.

Matt Graham, CEO of Rapid Developers

Book a call with an Expert

Starting a new venture? Need to upgrade your website? RapidDev builds Webflow websites with your growth in mind.

Book a free No-Code consultation

How to show a loading indicator in OutSystems when fetching data from the server?

 

Displaying a Loading Indicator in OutSystems while Fetching Data from the Server

 

In web and mobile applications, it's crucial to provide users with visual feedback while data is being fetched from the server. OutSystems, being a powerful low-code platform, offers various means to achieve this. This guide explains how to implement a loading indicator in your OutSystems app to inform users that data fetch operations are ongoing.

 

Prerequisites

 

  • An active OutSystems environment with access to Service Studio.
  • Basic understanding of the OutSystems platform, including modules, screens, and actions.
  • A working application where you have a list or detail screen that fetches data from the server.

 

Understanding Loading Indicators in OutSystems

 

  • Loading indicators, also known as progress indicators or spinners, are UI elements that notify users of ongoing background operations.
  • In OutSystems, these can be implemented using various components, including built-in widgets and custom CSS.

 

Implementing a Loading Indicator Using OutSystems Widgets

 

Step 1: Prepare Your Screen

 

  • Open Service Studio and navigate to the screen where you want to show a loading indicator.
  • Ensure that the screen has an aggregate or a data action to fetch data from the server.

 

Step 2: Add a Loading Indicator

 

  • Drag a "Container" widget onto your screen, which will host the loading indicator.
  • Set the "Style" property of the container to something like "loading-indicator" for CSS styling purposes.
  • Inside this container, place an "Icon" widget and set its type to a spinner or any other indicative icon that represents loading.
  • Optionally, you can use a "Progress Bar" widget if a spinning icon doesn't suit your needs.

 

Step 3: Handle Loading State

 

  • Define a local variable, say isLoading, of type Boolean to control the visibility of the loading indicator.
  • Set the default value of isLoading to False.

 

Step 4: Control the Indicator with Logic

 

  • Go to the screen's Fetch action flow, where data is being retrieved.
  • Before initiating the data fetch step (aggregate or data action), set isLoading = True to display the indicator.
  • After completing the data fetch operation, set isLoading = False to hide the loading indicator.
  • In the "Container" widget, set its "Display" property to Expression and use isLoading as the expression value.

 

Customizing the Loading Indicator with CSS

 

  • Open the "Interface" tab in Service Studio, navigate to "Theme," and then to the CSS tab.
  • Add custom CSS to style your loading indicator container and icon. Example:
  • .loading-indicator {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1000;
    }
    
    .loading-indicator .icon {
      font-size: 24px;
      color: #0077ff;
      animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    
  • Make sure these styles match the classes you have given to your container and icon in the screen building step.

 

Testing the Loading Indicator

 

  • Preview your screen in the OutSystems web or mobile app preview.
  • Simulate slow network conditions if possible, to clearly see the loading indicator in action.
  • Verify that the loading indicator appears upon initiating data fetch and disappears once the data is fully loaded and displayed.

 

By following these steps, you will successfully integrate a loading indicator into your OutSystems application, enhancing user experience by providing them with feedback during operations that require waiting. This not only improves the app's usability but also ensures user satisfaction by reducing uncertainty during data fetches.

Explore More Valuable No-Code Resources

No-Code Tools Reviews

Delve into comprehensive reviews of top no-code tools to find the perfect platform for your development needs. Explore expert insights, user feedback, and detailed comparisons to make informed decisions and accelerate your no-code project development.

Explore

WeWeb Tutorials

Discover our comprehensive WeWeb tutorial directory tailored for all skill levels. Unlock the potential of no-code development with our detailed guides, walkthroughs, and practical tips designed to elevate your WeWeb projects.

Explore

No-Code Tools Comparison

Discover the best no-code tools for your projects with our detailed comparisons and side-by-side reviews. Evaluate features, usability, and performance across leading platforms to choose the tool that fits your development needs and enhances your productivity.

Explore

Bubble Integrations

Dive into our comprehensive resource for Bubble.io integrations, featuring expert advice, detailed tutorials, and FAQs. Whether you're a beginner or an experienced developer, find everything you need to seamlessly integrate third-party services with Bubble.io.

Explore

Successful Bubble.io Projects

Explore a curated showcase of successful Bubble.io projects and see what's possible with no-code development. From innovative apps to complex systems, discover inspiring examples that highlight the power and versatility of Bubble.io. Start envisioning your next project today!

Explore

Flutterflow Tutorials

Explore our detailed directory of FlutterFlow tutorials to master mobile app development without coding. Gain insights through step-by-step guides, practical examples, and expert tips to efficiently use FlutterFlow and build stunning apps.

Explore

Want to explore opportunities to work with us?

Connect with our team to unlock the full potential of no-code solutions with a no-commitment consultation!

Book a Free Consultation

Client trust and success are our top priorities

When it comes to serving you, we sweat the little things. That’s why our work makes a big impact.

Rapid Dev was an exceptional project management organization and the best development collaborators I've had the pleasure of working with. They do complex work on extremely fast timelines and effectively manage the testing and pre-launch process to deliver the best possible product. I'm extremely impressed with their execution ability.

CPO, Praction - Arkady Sokolov

May 2, 2023

Working with Matt was comparable to having another co-founder on the team, but without the commitment or cost. He has a strategic mindset and willing to change the scope of the project in real time based on the needs of the client. A true strategic thought partner!

Co-Founder, Arc - Donald Muir

Dec 27, 2022

Rapid Dev are 10/10, excellent communicators - the best I've ever encountered in the tech dev space. They always go the extra mile, they genuinely care, they respond quickly, they're flexible, adaptable and their enthusiasm is amazing.

Co-CEO, Grantify - Mat Westergreen-Thorne

Oct 15, 2022

Rapid Dev is an excellent developer for no-code and low-code solutions.
We’ve had great success since launching the platform in November 2023. In a few months, we’ve gained over 1,000 new active users. We’ve also secured several dozen bookings on the platform and seen about 70% new user month-over-month growth since the launch.

Co-Founder, Church Real Estate Marketplace - Emmanuel Brown

May 1, 2024 

Matt’s dedication to executing our vision and his commitment to the project deadline were impressive. 
This was such a specific project, and Matt really delivered. We worked with a really fast turnaround, and he always delivered. The site was a perfect prop for us!

Production Manager, Media Production Company - Samantha Fekete

Sep 23, 2022