Can I store the csv that contains usernames in AGOL? I currently use pulldata in other areas of my survey but never tried saving them online. I just implemented username today and would like other people in my group to update the sheet as needed.
username | username | Username | | | | | | | | pulldata("@property",'username') | | |
calculate | user_type | Usertype | | | | | | | | pulldata('Book3','Role','Username',${username}) | | |
select_one reviewed | reviewed | Survey Has Been Reviewed | | | | | | | | | | | selected(${user_type},'Editor') |
select_one duplicate | duplicate | This Is A Duplicate Survey, Please Delete | | | | | | | | | | | selected(${user_type},'Editor') |