Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Can we dynamically execute expressions at runtime

HBT
Silver 4
Silver 4

Hello to everyone

Can we dynamically execute expressions at runtime.

Table Column
ID
Function Name
Function Value
Test Value
Returning value

Table records
(ID): 1
(Function Name) = Left (
(Function Value) = 8
(TestValue) = Hello World
(Returning value) = RunTime_xFunction ([Function Name] + “” “+ [TestValue] +” “” + [Function Value] + “)”) = Hello Wo

(ID): 2
(Function Name) = Contex (
(Function Value) =
(TestValue) = VIEW
(Returning value) = RunTime_xFunction ([Function Name] + “” “+ [Test Value] +” “” + [Function Value] + “)”) = TEST_FORM

(ID): 3
(Function Name) = Count (
(Function Value) = LIST (“a”, “b”, “c”)
(TestValue) =
(Returning value) = RunTime_xFunction ([Function Name] + “” “+ [Test Value] +” “” + [Function Value] + “)”) = 3

(ID): 4
(Function Name) = Right (
(Function Value) = “Hello World,5)”
(TestValue) =
(Returning value) = RunTime_xFunction ([Function Name] + “” “+ [Test Value] +” “” + [Function Value] + “)”) = World
… or similar

I haven’t found runtime, function execution functions in appsheet forms and articles.

1- Is there a way to work as above?
2- If not possible, can a script function be requested to run the functions to be written at runtime?

Your suggestions for solutions and is this only necessary for me or is there anybody other than me. I would like to hear your comments.

0 6 229
6 REPLIES 6
Top Labels in this Space