Hello,
I have designed a data table, and am now trying to get my function to add rows within it. No luck as of yet.
Is it as simple as this:
newRow = incident.addRow("new_row")
newRow["a"] = results.a
newRow["b"] = results.b
newRow["c"] = results.c
?
This is what i got from the few examples I could find on the subject.
I see there's an updated function for basing new rows on existing ones with only minor changes. But documentation on this seems scarce, which leads me to believe that it should be either drop-dead simple, or else more documentation and examples are needed.
FYI, the above is not working for me, but it could of course be due to something else in my code of which I am not aware at the moment.
Just wanting to confirm that I have at least this right so far, and also hopefully get listing/confirmation on error conditions which would prevent addition of the row, such as omitting a field, misspelling, etc.
No other functions to be called here to ensure the addition of the row?
Any feedback appreciated.
Thanks,
-Tony
------------------------------
Anthony Bufort
Integrations Engineer
DomainTools
Renton WA
14252214447
------------------------------