In Make.com, I am trying to set a global variable ...
# general-english
c
In Make.com, I am trying to set a global variable using the 'Set Multiple Variables' module. In my scenario, I am executing two tools. First, I run the 'CheckAvailability' tool, where I use the 'Set Multiple Variables' module to save the values of certain variables that need to be used by the second tool, 'GetUserInformation.' To retrieve the values, I am using the 'Get Multiple Variables' module. However, when executing 'GetUserInformation,' the saved values are empty. I tried setting the variable lifetime in 'Set Multiple Variables' to both 'one cycle' and 'one execution,' but neither worked. I suspect that when the second webhook is executed, all previous data is deleted. Do you have any recommendations on how to create global variables? Thanks https://cdn.discordapp.com/attachments/1211484481848873020/1283017916048080917/image.png?ex=66e1770c&is=66e0258c&hm=9ce2ccd575f20e984e06ae4cedfb864e786df22617adbd3f5f263f9f970eab96&
2 Views