Halloween Candy App - Beginner
The GOAL is to produce an app that allows users to select their favorite Halloween Candy with awareness about sugar content and then use the app to generate results that they can download and take with them.
If you don't have App Builder, you can start a free trial here. And don't forget there are help docs if you need them!
To complete this, users will minimally need to have the App Builder Creator role for a workspace in AACP.
Launch App Builder to Create a NEW Application.
First, bring in the attached dataset and configure the Orchestration of your app. Group by CANDY_NAME and get an average of the SUGAR_PERCENTAGE. Sort the AVG_SUGAR_PERCENTAGE ascending, and then create a table and bar chart output. The bar chart should have CANDY_NAME as the X-Axis and AVG_SUGAR_PERCENTAGE as the Y-Axis. Configure the app to download the table output.
If you get stuck, you can peek at the instructions here:
Move to the Design tab to customize the Design for your app.
When you’re done, you can use the eye icon to Preview your app as users would see it and try it out. You can also try Publish and Unpublish as well as specifying Custom URL paths. For extra credit, try adding some Images on the Design tab.
Post a screenshot of your app in a spoiler tag below when you’re finished, and let us know what you thought of this challenge!
A lot of fun and learning for me, thanks.
I only have experience of Designer Desktop, and this was my first experience on AACP. In my company, we mainly use on-premise dataset thereby I didn't know much about it, and didn't need to do, either, however I'm starting to be attracted by Designer Cloud, too. I'll look into it more.
Thank you @gawa and I'm glad you enjoyed it!
This is what I needed. a dataset and a prompt.
I was really trying to get the scatterplot tool to change colors based on selection and pretty much just spent my whole time making that work. I have ideas for future iterations that I will build upon!
I have started trying to diagram my app builder "flows" to demonstrate the importance of each layer in the process. I am starting to think about attacking this problem from the app builder orchestration layer first, and then like I did in this build, realize where I needed a Designer Cloud workflow to do the tricky things.