urlPath property

List<String>? urlPath
final

The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.

Implementation

final List<String>? urlPath;