I cannot use Write Range as I cannot add a connection to Microsoft OneDrive
I also cannot use Output Data Table as I don’t have it in my activities (even after I downloaded the package). I also tried to download 2016.2.6246 version but I don’t even know where to find it
Are you referring to make a Data Table Or Create a Data Base?
If it is to create a data table with some values which - Following are some of the options
Use Activity Build Data Table where you can give the column names and their types. To add data - either you can add manually or use Add Data Row Activity to add rows using Studio
My apologises, english is not my strongest subject, I meant to say data table.
Ah I see, thank you. I would like to ask though, how many columns would I need if my data comes from an API (I have already generated the data table to text but just confused on how many columns I should add by simply looking at the output)
I apologize for my mistake, I meant data table. However, if you do know about how I can connect my UiPath studio with DBeaver (SQLite), could you please share with me?
Data Table is used if the output is coming in the data table format
In case of API - it depends on the type of Output. Most of the cases - It will be in Json Format . In that case - you need to use deserialize json activity to work with output details
If you are new to UiPath - I would recommend to start with Academy courses in a structured manner. Else it might be overwhelming for you to understand the concept