Hi all ,
This week, Iād like to announce a couple of updates to help you manage your data better than ever!
INSERT_DATA function
Use INSERT_DATA()
to match your data objects (e.g. the response of a SEARCH_LINKEDIN_PERSON_GOOGLE
request) with your table headers, populating the table automatically.
In this example, you can see how we use INSERT_DATA()
to automatically populate name and address of all Apple stores in Madrid into our app:
INSERT and UPDATE functions multi-line
You can now also select tables (multiple lines/columns) and use the functions INSERT()
and/or UPDATE()
to manage your data, or to create your own data logs:
Looking forward to hearing your feedback!
Cheers,
Marta and the dashdash team