Hi, I am using the Insert Datatable activity for Word. According to this document
https://docs.uipath.com/activities/docs/word-insert-datatable It says OccurrenceIndex must be an Int32 variable.
However, when I am using this activity in UiPath Studio, it is expecting a String instead.
Either way, if I specify either a String or an Int32, the activity does not work. How do I resolve this issue?