Inputs
scheduleView : View or string
rowIndex : int[]
refresh : bool (optional)
Outputs
scheduleData[][] : string[][]
Description
Get the specified row data from a given Revit schedule as strings. Schedules have a blank row after the headings so index 1 will always contain no data. Row indexes start at 0 and any input indexes that are out of range are ignored.
Features
Get row data from a given schedule as strings
Input row indexes to select table data. Indexes start from 0
To simplify schedule view selection, the view name can be input as a string
Use the refresh input to get the latest data from the input shedule view
Supports periodic updating