The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
So in my data column A is a created time date, column B has many lots, and column C has a birth date corresponding to each lot, so if column B is: 'LotA, LotB, LotC' then column C is, let's say, would be '03/28, 03/29, 03/30'.How can I add another co...
Record ID is not being detected by the automation tool.
I need to change a status of a record when another record is created.
But when I link them together it does not detect the ID and the error says the field is invalid.
I have other automations do...
If you have R installed you can change the encoding with this code
df <- read.csv2("Your File's Directory.csv")
write.csv(df, "Your New File's name.csv", fileEncoding = "UTF-8")
It should now import without any issue
The link is created by the link field
The records are created by a form
(Lote Grillo is a link to a Table and No Modulo is a link to the table that is giving me conflict)