You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying for a week or more to replicate the steps found in issue #10899 to "import" a Relationship field. The interface has noticeably updated so some of the steps outlined aren't matching up to what I'm trying to do.
I have two tables: Locations and Plants
The Locations table has several columns, but the two I'm concerned with are a text field Landmark Subtype and the currently empty Many-To-One Plant Relationship field.
I also have a Plants table that has two columns: Name and Image URL
Here's the layout of my automation along with the variables used:
This returns an error, but runs through all iterations. I couldn't find any specific error message, but looking at the Data Out, it looks like it's not injecting the Plant field at all in the data structure of the returned row. If I have information in the Plant field in the Locations table, it clears it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying for a week or more to replicate the steps found in issue #10899 to "import" a Relationship field. The interface has noticeably updated so some of the steps outlined aren't matching up to what I'm trying to do.
I have two tables:
LocationsandPlantsThe
Locationstable has several columns, but the two I'm concerned with are a text fieldLandmark Subtypeand the currently empty Many-To-OnePlantRelationship field.I also have a
Plantstable that has two columns:NameandImage URLHere's the layout of my automation along with the variables used:

Query Locations
LocationsLoop
{{ steps.Query Locations.rows }}Query Plants
PlantsUpdate Row
{{ loop.currentItem._id }}PlantThis returns an error, but runs through all iterations. I couldn't find any specific error message, but looking at the
Data Out, it looks like it's not injecting thePlantfield at all in the data structure of the returned row. If I have information in thePlantfield in the Locations table, it clears it.Beta Was this translation helpful? Give feedback.
All reactions