I would like a way to compute the value of a variable from a function that is used to add columns to an object table. For example, an object table calls a function that returns an Ok/Not Ok result along with other columns. Then, I want to enable or disable a “continue” button only if all Ok/Not Oks are returned as “Ok”. Since I cannot think of a way to do this at the moment, I will need to write 2 functions which execute the same very complex and return different results, one with the details and one with the summary. It would be great to call one function that returns all of the details and then I can do the summarization logic directly in a workshop variable.