@cleez said in Select Database Group ID:
This will only make the groups on the first run correct? Afterwards it will just put the data in the groups?
Correct, or like I said you can have it check if the groups already exist, if they don't create them else it will create a Global Json Object. One thing I forgot to mention, when creating Global Json Object at run time, you'll need to change the spaces (if any) to "_" or "-" or completely remove them. This can be done with a split or regex or a replace.
@cleez said in Select Database Group ID:
Also is it possible to copy and paste this script into one I have already created?
Yes just open the project in a new BAS studio and you can copy the commands over. You'll need to edit each Database command and change the values & table since the scripts database ID's might be off. (Database Schema in the .xml at the bottom)
Allister ☯