Hi LEAP's team!
I was wondering if would be possible to Read/Write values using API as shown below:
x = Population
'from inputbox L.Branch("Key\
&x ").Variable("Activity Level").Expression = 40
My goal is to be able to select the Branch using the information provided for the user.
Thank you in advance!
EDIT:
I've found it out:
x = "Key\Population"
L.Branch(x).Variable("Activity Level").Expression = 40