Is it possible to open Excel file, wait for user input, close Excel and then continue the graph?

Hi,

I’m creating a graph where it would be nice to have it open an existing excel file, wait for the user to change the file and then continue the graph only after excel is closed.

Is this workflow possible?

Thanks

Think you would have to code it, as it is not possible with Dynamo alone :slight_smile:

Likely you could read the excel data, trigger a UI asking for the modification to the data (look into Datashapes), write back to excel, and then proceed as desired.

1 Like

Thanks @jacob.small! I’ll look into that