Exporting all Logic variables to MySQL?

Hi!

Is it possible to traverse all my Logic variables and insert them into my MySQL database in an easy way?

Many thanks!

1 Like

Here’s a way to start:

2 Likes

Or the app

That would work for numeric values, Arie, but string and bool variables won’t be exported I think.

1 Like

Ah, you might be right Peter!

Hi,

I have installed the MySQL since earlier and I’m inserting data from my flows into the db. But what I’m really looking for is a (convenient?) way to “flash”-insert/update all of my Logic variables (String/Boolean/Int) ad hoc into the db. So I mirror the Logic variables into MySQL whenever I like to.

I guessing I need a traverse/loop script for all variables and then create a SQL-script with these variables that I will kick off at the the end of the script?

Thanks!

1 Like

If you use BetterLogic variables, there are multiple ways of exporting them :wink:

Aha, to bad that I already setup all (hundreds) in Logic! :smiling_face_with_tear:

1 Like