I’m trying to understand how to deal with parameters apart from their names. The task is to extract parameters from existing schedule view to reapply them in further processes.
As I see, there is only one way - to ask parameters Ids (see ScheduleField properties in API).
But then what? When I try to ask Element.Parameter(Id) (see Element properties in API), where Id is that extracted value, it doesn’t work.
Moreover, when I use a built-in node “Element.Parameters” and then try to ask “Parameter.Id” (see Parameter properties in API) it doesn’t work either :(((
Any ideas?