🧪 Testing Your App#
Let's now add the final touch to our App to make it operational.
⚙️ Configuring Block Execution#
First, we're going to configure our wizard so that our App executes all at once.1
Access Action Settings
On your wizard, select the step "Add the document to summarize" and go to the "Action" tab.
2
Configure Block Execution
Click on
"Blocks to execute" and search for the name of your App - in our case it's
"Document Summary".
With this configuration, we just selected our entire App block. When the user clicks "Next" to validate their step after uploading the file, then all the App blocks will execute one after the other.🎯 Execution Logic: By selecting the entire App block, all nested blocks (AI, paragraph, and file blocks) will execute automatically when triggered.
🎨 Enhancing User Experience#
We have everything we need for the App to work, but let's add one last thing to make the user journey more pleasant.1
Add Progress Step
Click on
"Add a step" and select the
message step. The goal here is to inform the user that the summary is being written and to invite them to wait.
We can therefore fill in the fields with this type of text:Step name: Writing in progressDescription: Please wait a few moments, your summary will be ready soon2
Configure Automated Flow
Now go to the
"Flow" tab and check both options:
✅ "Wait for everything to be executed"
✅ "Automatically move to the next step"
These options will allow the step to remain displayed as long as execution is in progress, then be validated automatically when execution is finished.
🔄 Complete User Journey#
1
User uploads document
When the user validates the document addition step, this will trigger the App execution.
2
Progress feedback
Display an informative message inviting them to wait.
3
Automatic completion
Switch to the finish step when the summary is written.
🚀 Testing Your App#
That's it! All you have to do now is go to the "App" tab, click "Test this App" to use it and create your first publication!✅ Ready to Launch: Your document summary App is now fully functional and ready for testing.
🎯 What You've Accomplished#
✅ Welcome step with clear instructions
✅ File upload step connected to your attribute
✅ AI block with structured prompt
✅ Automated execution trigger
✅ User-friendly progress feedback
✅ Seamless completion flow
🔮 What's Next#
The continuation of this documentation is coming soon - we'll complete this App with additional steps.🎓 Learning Path: You've now mastered the fundamental concepts of creating Apps in Thinkeo. This foundation will serve you well as you build more complex applications.