Hi,
i have a simple question with setting a variable after fetching from, lets say, the database.
For now, i always have to fetch the database first and after that i will have a “Change variable” which is pointing again to the database to set the value in my variable. Basically i am requesting twice.
If i remove the “Fetch Collection” in this example. The variable stays empty.
Is there a way, to set a variable without double fetching?
Since the “Fetch Collection” doesnt give me any result in the action tab.
Thanks