Can you share some screenshots of the automation run history?
When records are created in Teste LV, are you craeting them from a form, or are you typing values directly into the table? If you're doing the latter, it is possible that the automation runs immediately when the record is created, before you submit the value in Item LV. If this is the case, the automation run history will show 'Find Records' action looking for records with a blank value in the Teste referencia table.
Can you share some screenshots of the automation run history?
When records are created in Teste LV, are you craeting them from a form, or are you typing values directly into the table? If you're doing the latter, it is possible that the automation runs immediately when the record is created, before you submit the value in Item LV. If this is the case, the automation run history will show 'Find Records' action looking for records with a blank value in the Teste referencia table.
I am not running the automation yet. When I test it, it brings zero results as if there were no records with the same number in the table I am trying to find the value.
Imagine a table with the numbers from 1 to 10 in each line but the numbers are not in sequence and another table with also numbers from 1 to 10 but beside each number there is an animal name. I would like an automation that would populate the first table with the correspondent animal using as a reference the number beside it.
I am not running the automation yet. When I test it, it brings zero results as if there were no records with the same number in the table I am trying to find the value.
Imagine a table with the numbers from 1 to 10 in each line but the numbers are not in sequence and another table with also numbers from 1 to 10 but beside each number there is an animal name. I would like an automation that would populate the first table with the correspondent animal using as a reference the number beside it.
Have you verified that the test record successfully loaded with a value for "Item LV"? In other words, does the "Find Records" test successfully show what it is looking for (it should be the Item LV value from the test record).
Depending on how you're using this base, you may also want to change the trigger for this automation from on Record Creation to something else. On Record Creation is when you create a new row, but the moment you create it, it usually lacks content and will give you an error.
Oh, and from what it sounds like, have you tried using linked records among the tables instead of this automation? Then you could just use a lookup field.
Have you verified that the test record successfully loaded with a value for "Item LV"? In other words, does the "Find Records" test successfully show what it is looking for (it should be the Item LV value from the test record).
I redid the automation and now it works. Thanks for the support!