-
Reverting Back to the old dataSet version
Hi team, I changed a few things in my recursive ETL dataset and lost all the rows of data that were recursed in it. When I try to revert the flow to a previous version, it does not show the lost data rows. Any way to retrieve those?
-
How to import sheet name or file name as a datapoint? (Dropbox advanced file connector)
Hi Team, My source data is in csv's where one of the datapoints is embedded in the file name and the worksheet name. Is there a way to import that datapoint into domo?
-
Campaigns App Data not rendering
Hi Team, I seem to have an issue with rendering campaigns when one or more of the cards filter out all the data from that dataset/card. This prevents from sending out the campaign email to that individual even if there is relevant data in the other cards. For instance, if my campaign has a win card (from win dataset) and a…
-
How to use case statements within Filter function in Magic ETL 2.0
Hi Team, Trying to use case statements within filter function in the ETL 2.0. ' For instance, I want to only filter out records for specific dates for only specific people. However when I use the following formula : case when member = 'John Doe' then date > '1/1/2021' ELSE NULL END It filters out everything from the…