The old value is displayed in the text element

Hi!
I have the following problem.
The text element for some reason does not display the desired value (in the screenshot $230), but displays the old value that was before. The debugger shows that the value of the text item should be $230, but the text item displays a value of $1560.
Can you please tell me what this may be about?

It’s just shown as text and not a dynamic input which means the value will not automatically chance. If you want a value from somewhere else, it must be dynamically entered like the other values. IE - Search for…


I have written conditions on this text element. They are all dynamic. Depending on the conditions I need to display the desired content. But the new content is displayed only after reloading the page.