Good morning,
I am trying to use a variable ({STORE}) with an integer value in 'SQL Query to CSV File' action.
But it always shows an error:
It seems that variables are not working in 'SQL Query to CSV File' action.
The same setup works fine in 'Dataset Loop' action.
Can you please investigate?
Use variable in 'SQL Query to CSV File'
Re: Use variable in 'SQL Query to CSV File'
Thank you for the report. It seems this is a bug. We'll fix it
Now you can include RoboTask variables directly in SQL expression
For example:
Now you can include RoboTask variables directly in SQL expression
For example:
Code: Select all
select * from addr where locked = {num}
Oleg Yershov
-
- Posts: 1
- Joined: Thu Apr 03, 2025 4:39 am
Re: Use variable in 'SQL Query to CSV File'
Has the admin fixed the core yet. My screen still shows the error.
LucasGaines
geometry dash meltdown
geometry dash meltdown
Re: Use variable in 'SQL Query to CSV File'
This problem has been fixed in version 10.3 (current version)LucasGaines wrote: ↑Thu Apr 03, 2025 4:40 am Has the admin fixed the core yet. My screen still shows the error.
Oleg Yershov