Multiline text from Excel to Revit

Hey everyone, I am having trouble importing multiline strings from an excel file and populating parameters in Revit with “SetParameterByName”. I can see that the parameters are multiline in Dynamo (straight from excel) and I’ve read several topics stating that this is indeed a problem - Revit just ignores the return and creates a single line. I understand that adding \n in the case one is joining strings would solve the problem, but as I already have a list containing both strings and multiline strings, that’s not really useful… does someone know how to go around this problem? Thanks!

I think it doable, can you share your sample along with your attempt.

Hi,
I think you need to first create Multiline parameters in Revit.
Revit won’t accept the multiline values as long as your parameters are not multiline.