Python Civil 3d Table - Edit Table Cell Information

I need some help. I am trying to automate a process for our SUE department. They are currently hard typing information into civil 3d table from excel. Thanks to the people on this forums, I have the dynamo code 80% done. The only issue I need to solve now is editing some table cell information. (I did originally think that I needed to change the block information, but know I think I need to edit the table cell attributes.) I would like Autofit to be “no”, block scale to be 0.06, and to enter a number into the DIAID attribute (which will be the pothole number).

Here is a snip of the attributes I want to edit.
image
Here is what my table looks like with the code I currently have.


This is an end example of what I want (I have a dynamo list of the numbers to insert, see below)
image

I don’t think it is possible to edit this information with a node so hopefully someone can help me with a python script. Thanks a lot and I will try to check this post often,.

Here are the nodes I want to enter into the python script.
image
image