I have several sheets whose sole purpose in Smartsheet is to live on a dashboard as published web content and provide a dropdown with names. When the name is selected, it brings up a link to a form URL with the name information URL queried into it. After the link is clicked, a new name is picked from the dropdown to generate another URL.
I am running into an issue where the users of these sheets are breaking the sheets with an ajax -1 error code by not saving/refreshing and breaking the sheet because of it, as published sheets do not provide information about the sheet being updated nor do publish sheets auto-save. In this case, the sheets have dropdown options updated every 30 minutes by the API.
Does anyone have a workaround for this issue without sending the users to the non-published version of the sheets?