Hallo dynamo users,
i am curently working on a project that wil write to a log file how the script was run. it includes the date it was used, who used it and which version of dynamo and revit.
also i made it give the option to give feedback, therefore the user has to fill in a form that says: did the script work?
for that i used some datashapes.
the script is almost finished only their is one thing i cant get working
the question that ask if the script worked i build using datashapes comes when you hit the start button and not after the script has run, so now the user have to say before the script has runned if it worked.
i already tried a lot of options: transaction end/start wait for, pass, etc. but none of it did work.
does somebody know how to fix this?
i have included the node and some pictures