I'm experiencing the problem in the Indicium Mobile App (and also in the Simulator) where my default is not updating the GUI when I'm using a tsf_send_message in the SQL.
I'm having a task which does a calculation and shows the result in a tekstbox in the task. Based on that number, the user can execute the task.
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/6b3608e5-6df2-41b3-9723-4c37f48d6a80.png)
When the user changes the 'Aantal pakketten’, the calculation will be done:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/9926f188-9f8b-4fa2-8d65-93ac74d3ef71.png)
However, in the default, (after the calculation), there is a check which calculates if the amount is too high, ig so, it gives a message:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/b0d59b61-4e75-4e48-be8b-ca6d718d1705.png)
When this occurs, then message shows up as expected:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/c3034ebf-c61e-456a-8657-57c0f32ea673.png)
However, the numbers which are updated before (the Aantal palletten and Aantal stuks), are not updated anymore:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/a2bc453d-cb10-42d9-83e8-1d7a36f8b302.png)
Am I doing something wrong?