I am using Dynamo Revit 2.19.3. I can not find “Edit Inputs” in the Dynamo Player, although I marked some nodes as “Is Input”.
How can this issue be fixed?
kovacsv
February 19, 2024, 10:03am
2
Hi,
it is a known issue, so it will may be fixed in the next release:
opened 06:35PM - 10 Jan 24 UTC
closed 10:20PM - 10 Jan 24 UTC
dynamo4civil
DynamoPlayer
# Issue Description
Please fill in the following information to help us reprodu… ce the issue:
Using the newest version of Dynamo (as part of the Civil 3D 2024.3 update), the nodes set as Input and Output won't appear anymore in the Dynamo Player, and were working fine in previous versions.

FYI, I'm using Civil 3D 2024.3 in French, and the recent update on Dynamo seems to overhaul the Language preference, using your Civil 3D's language. Prior to Civil 3D 2024.3 update (so 2024.2 and prior), my Dynamo was in English by default. Whatever I'm inputting as a language preference will now change the shown language.

What I'm implying is: maybe there's a language issue that this imposed translation causes.
What was once called "As Input" when you were right clicking a node is now called "Est une entrée"? Maybe that's the root of the problem, maybe not.

Maybe that's the root of the problem, maybe not.
Will need to reinstall the software in english to see if the bug persist, but something has definitely changed with the Civil 3D 2024.3 update rendering my scripts useless.
Thanks in advance!
## Dynamo version
Dynamo: `2.19.4.6671`
## Operating system
OS: `Microsoft Windows NT 10.0.19045.0`
## What did you do?
Worked with a script functioning back with Civil 3D 2024.2. The update for 2024.3, using now Dynamo 2.19, doesn't show scripts Inputs and Outputs in the Dynamo Player interface.
## What did you expect to see?
Inputs and Outputs shown in the Dynamo Player interface set in the script (mainly selected objects and numbers).
## What did you see instead?
A mention of "Missing Inputs" and an empty page in the Dynamo Player.

## What packages or external references (if any) were used?
Civil3DToolkit
Camber
Clockwork for Dynamo
## Stack Trace
```
(From the Dynamo crash window select 'Details' -> 'Copy' and paste here)
```
---
CLR: `4.0.30319.42000`
As a temporary fix is you can add a Watch Node to the graph and set it to “Is Output”. You don’t have to connect it to anything, just place somewhere and set as output.
EDIT: I may be wrong. I did not realize it was D4Revit. Sorry. I have to learn to read.
1 Like
I added a Watch node with “Is Output” option. Still the “Edit Inputs” icon is not shown.
s.proch
February 26, 2024, 12:51pm
4
There is no icon for editing inputs in Dynamo anymore if I understand you correctly. Once the issue with Input and Output Nodes not displaying in the Dynamo Player has been resolved , you just click the graph name and it should take you to the Edit Inputs page of the Player.
Thanks Kova. I was wondering why I couldn’t see inputs in the player. This fixed the issue for my users
Sorry but can you provide some more explanation?