-
Form Viewer v3 - view all submissions
Is there a way to view all previously submitted forms in form viewer? As an admin I'd expect to see every submission from every user, but when I submit from a test user account I'm unable to see those from my admin account.
-
Daylight Savings messing with Scheduling
How are people handling the effects daylight savings has on scheduling in domo? All of my connectors and everything in workbench is now running an hour later because domo schedules everything based on UTC. From what I've read, the only way to fix this is by going through each individual dataset and scheduling it an hour…
-
Replacement Variable
I'm using workbench 5 and my current query looks like SELECT Unique_ID, Incident_Date, Incident_Time, Incident_Description FROM Incidents WHERE Unique_ID > !{lastvalue:Unique_ID}! ORDER BY Unique_ID In my replacement variables, I have the column set as "Unique_ID" and the value as "!{lastvalue:Unique_ID}! I've run this…