Hi, im completely new to automation so sorry for such basic question. Is there a way to set variable using tools>set multiple variables (ex. name_list) and than create another one which refers to the first one (ex random_name). I can’t make it work in same module and only way i had success is just by adding another tools after first one.
Hey there,
you can’t declare and use a variable inside the same module. What are you trying to achieve with this btw?
Im parsing json with json parse and trying to create a google sheet which updates once a day (fake salary data for learning purpose). Later i want to use the data and make a basic data ai analysis everytime it is being updated.
OK, and what do you need the two variables for? Can you show some screenshots of the setup so far?