timeline_variables as dynamic function #2598
-
Hello! I have a question: is it possible to set
The error I get whenever I use any function to generate a value for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately it is not possible right now, though it is on our todo list for version 8. A potential workaround for now is to use the |
Beta Was this translation helpful? Give feedback.
Hi @patiencerosestevens,
Unfortunately it is not possible right now, though it is on our todo list for version 8.
A potential workaround for now is to use the
conditional_function
on a timeline to only run the timeline with the appropriate version of thetimeline_variables
. Obviously this is not an ideal solution, and is only feasible if the number of conditions is relatively low or if you build the timelines using a loop.