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)