It’s my first post in the forum, after weeks of learning from you all!
I’ve built a graph who can, for each room, fill some values of parameters I created.
Now I want to know if I can iterate this graph by giving a certain number of room names and let Dynamo do the rest instead of filling it manually for every single room?
Thank you very much for your help. Please tell me if it’s not clear (english is not my native language).
Sorry for that, but I can’t do it for now. Here is the message I receive from the Forum each time I try: “Sorry, new users can not upload attachments.”
Thank you for your reply, my graph has more or less the same logic as yours (maybe a little less logical ) , but my problem is that I have only one entry:For each room I select, a value is created.
And instead of selecting all rooms one by one, I’m searching for a solution to make my graph run itself by giving it a list of values of rooms I want.
Hi thanjk you Michael! I thought about it but it’s the same problem I think, because the graph will run only for a value or a list.
I have an idea but I don’t know if it’s possible in Dynamo: Create a variable that will be incremented each time the graph is executed and run the graph again until this variable has reached a certain value?