To show loading spinner in VBCS
Users can add the following html code in designer to add a loading spinner in
Users can add the following html code in designer to add a loading spinner in
Button is element for user to interact. On button click we can call some rest
Steps
1. Configure business object ( Ex: Country )
2. Load data into business object
3. Add a download button.
4. On button click call rest API to fetch all data in business object using action chain.
5. Create CSV content as blob
6. Download blob file using JavaScript function