How can I create a screen that returns some columns from the Google Spreadsheet?
I want it to come back to me like the image below that is circled in green.
Further down, I was only able to create a list that pulls this data, but I cannot generate an icon for the Status column
For the Progress State, I Checked Your AIA, and, simply, you are using the start value to transfer data from one screen to another so put a condition for example if the start value contains "in progress" then set the progress state to 2.
and as for the filters put a Button beside the rows to select the filter and according to the filter create a filtered list. for example
if filter = In progress
then for each item in the list
if item contains in progress
then add the item to "filter list"