Assign different values to different indexes of an empty list

Thank for your feedback ! The implementation of JSON in Shapediver is really cool, but I don’t think I will need this for now.

I’ve come with this solution so far.

Using TSplit to create a selection from a single string input (ShapeDiverTextInput), which designate the index of the item to be replaced in a empty list of the length of the element (here a list of meshes) to which assign value. The Item to replace with is designated by a value list, that can be easily updated with a C# found here (I’m going to handle large amount of values). Each selection (fixed number of 3) has a value to assign.
This is a bit erratic, but I hope it will help someone someday. Files attached.

Grasshopper doesn’t allow me to work with a dynamic number of text and value list inputs, but maybe the Shapediver API will ? @mathieu1

AssignValueToSelectedIndex.gh (14.7 KB)