Change Text Notes in Entire Project

Hi, I can’t seem to find an answer to this issue. Still very new at this, I was able to extract the text notes in my project, change the strings, but now I’m not sure how to feed it back into Revit.

Problem: Change certain text in entire project

Question: How can I put strings back into Revit as Text Notes?

Here’s what I have so far:

Thanks

1 Like

@David_Pak Use TextNote.SetText node

2 Likes

Hi Kulkul,

Thanks for the reply, I’m trying out your solution, but I’m not sure if that would work for a bigger text note set? For example, my list has 6565 items on it, I can’t imagine it being efficient to do a 6565 list item Code Block. I’m guessing there may be a way to code this in a way that searches and replaces the words rather than doing it item by item.

Update: Nevermind, stupid me, I had 2 revit files open and it was editing the other one I had minimized, Thanks!