Dealing with multiple input parameters and inline substitution

295
0
12-20-2021 04:56 PM
ChrisCowin
New Contributor III

Hello,

I'm trying to make a model that will take in two multiple value parameter of dates to ultimately set rows within each pair to a specific status change. When I use inline substitution with a variable that has multiple values it provides the values as strings separated by a semicolon. in python a semicolon is used to write multiple statements on the same line so I can't assign each value that is input it's own variable. Anyone know of a way around this? I had really been hoping it would just be one big string because I can at least parse that.

0 Kudos
0 Replies