String Replace at every instance between two list

I am fairly new to Dynamo and have an issue that seems like it should have an easy solution.

I have a set of parameters that I am associating manually on an excel spread sheet to existing parameter. I want to take manually entered parameters and apply them to my Revit model based on an existing parameter.

I have tried the String.ReplaceMultiple from clockwork and that is giving me inconsistent results as well.

Any assistance is highly appreciated.

Hi @dhughesJ3ZSS,
Welcome to the Dynamo community.
I would suggest upgrading yourself to Dynamo 2.0.3 or higher.
Make a dictionary with items at index 3 as KEYS and at index 4 as VALUES.
Then use that dictionary with ValueAtKey node to get your desired result.

And if you stick with the older version (like 1.3.4)
You can do something like this:

Excellent, thank you for the help!

1 Like