Please send some screen shots of what you tried.
If there are errors , tell us what the error is (what is said in the yellow indicator above the node)
If you can’t post pictures yet, share them via dropbox or something alike.
Dynamo 0.6 corresponds to a time period when we were working with Revit 2014 (give or take a version).
Since then the method of placing tags in the API has changed.
I recommend looking into the GeniusLoci package, in particular the CreateIndependentTag node.
For the elements part, you are feeding in a list of numbers, not actual elements.
Create a code block that says Revit.ElementSelectorById (Id , true)
Or this one from Archilab
If it doesn’t work check if your list of numbers are numbers not strings, use the Object.Type node for that