I have a sheet, with an ID. That sheet has a column, with a text field, like below.
Column
1 551_file
2 552_file
3 553_file
4 554_file
How can I iterate through all the strings in the column, to find, say "552_file"?
So far, I've looked at the smartsheet API docs, mostly the Get Column. However this returns the column as an object. I'm looking for a way to iterate through the data of the column, not interested in the column itself.
Any help is appreciated.