I am looking for a way to export the link of the saved model states in an email.
it goes like:
Customer does the configuration, send an email to themselves with the information (chosen values and extra info) that also gets send to us. The email includes a link of the configurator in case they want to adjust something and resend an email with the adjusemnt.
how can I create the link that takes the customer to their previous mode state and not to the default values?
You can check on this tutorials page the one called “Loop the value of a model state back to Grasshopper and include it in an export email”.
There is no option to do that but, as a workaround, you could just parse the string coming from the text input in Grasshopper to only use the model state id.
However, for convenience, we will also work on a way to output directly the model state ID alone.
