hello
in order to optimise my code a little more and consolidate individual functions, I am wondering whether it is possible to include 12 as a variable in var shd = flow.get('schedule_G2.shd_12.ontopic')
I have been trying with trial and error to figure out how to include the variable so that the flow get call still works.
Is it possible that I can't do it directly in the call?
THX
As a beginner, may I ask one more question
I have seen that it does not work with ' ' but only with *
What are these called so I can search for them to understand the difference.
I have not worked with them before