Instead of showing the edit screen, set the action to “Show new screen” and add all these components on the new screen. You will be able to see the results in real time.
Can you clarify “showing” with that reply? In this pic the components are in a Form Container. Doesn’t “Show new screen” come into play after creating an action first?
You said you are viewing an Edit Screen. Which action did you use to get to that screen?
Computed columns don’t work on Add/Edit screens because data isn’t written to the table until after you submit the form. However, Detail/New screens write data to the table in real time as you type, so computed columns should work.
Got it. I have a Custom Screen with a Collection Table. I click on the three dots and that gives me the Edit screen that takes me to the view of my previous picture.
A helper table is nothing more than a regular data table. The only difference is that it really isn’t meant to store data long term. It can be a single row used for a custom form, or it can be multiple rows that dynamically calculate based on some input from the user. Personally, I call them work tables because they are meant to do work as opposed to storing data. It’s a way to execute code in a no-code environment.
Yeah like I said, if you are inside an Add/Edit/Form as opposed to a detail screen, then computed columns won’t give results until the form is submitted.
Roger that! So to set up the Helper Table for me to calculate what are the steps for that? Starting with a container on the left side and adding a table from the Style on the right side?
Sorry for all the questions, just getting into GlideApps.