-
Salesforce Writeback
I have created two Salesforce writeback connectors using the "Domo -Salesforce" connector and am having some issues 1) One connector fails to sync data to Salesforce even when I select Run Now 2) The second connector always gives "Domo system error encountered processing your data " message. Has anyone successfully used…
-
Similarity between two text columns
I have a dataset with two columns indicating company names. I was wondering what is the best way to determine the similarity between the two? Perhaps, I can pass 3 columns in R/Python and return 4 columns with cosine similarity. Can I do that? A starter code/example would be great?
-
replace special chars in string
I tried to specify /[^a-zA-Z0-9 ]/g and /[&\/\\#,+()$~%.'":*?<>{}]/g in replace tile both did not work. However /s to remove space worked....
-
Add new column to an existing incremental sync
Using a workflow and Salesforce to Domo connector I am incrementally updating Salesforce contacts in Domo so that they are in sync . When the workflow was created the workflow I forgot to import few fields. What is the best way to update the dataset with the additional fields with minimal impact to downstream flow?
-
how do I convert data time field to yyyy-mm-ddThh:mm:ss
so that when i export the file shows 2020-09-14T11:56:43 instead of 14-Sep-20 11:56:43 ?
-
How do I find records created within the last one hour
I have a data set with a Created Date field and I want to get data created in the last hour. What filter should I use? I think using a filter of `CREATED_ON`>SUBTIME(CURDATETIME(),lastonehour) will work but not sure the value to specify for lastonehour...is it 3600, 3600000, etc? TIA for your help. Yogesh