I need to copy an attribute from a table to a feature class using attribute rules.
The scenario is this: I have a signs table (Signs_InOffice) that is populated with a ton of sign information (name, price, quantity, etc.). I also have a signs report layer (Signs_InOfficeReport) that gets added to whenever a new sign gets made. What I need to happen is when a new feature gets added to the report layer, the price attribute gets populated based on the price attribute in the signs table of that same sign name.
Using the information I found on this post, I tried the following on the signs table. The expression is valid but when I go to make an update or add a new feature, the price attribute does not get populated in the report layer.
