Field Maps / Integromat Question About Related Table

312
1
06-15-2022 09:11 AM
ArmstKP
Occasional Contributor III

Creating an Integromat scenario.  I am not able to figure out how to accomplish this workflow though.

I am watching for updates on a related table where inspections are being entered.  How am I able to obtain the OBJECTID of the feature class that is related to the updated related record?

The reason I am doing this, is so I can use that OBJECTID in a URL parameter link, so an email can go out with a link, where the receiver can click on it and open the map and it will zoom into the feature and related record.

Any pointers/help?

0 Kudos
1 Reply
by Anonymous User
Not applicable

There's an example of this in this blog post (about a third of the way down). Basically you need to make another API call to query the parent feature layer. The related inspection should have some foreign key which corresponds to a parent feature. Once you query and get the parent feature, then you can extract the OBJECTID attribute.

0 Kudos