We have forms where a number of fields all inherit attributes from a linear feature they are placed on. For this we do a buffer.
This seems like an inefficient approach because I am basically running this buffer to find the nearest pipe for multiple fields. Is there a better design for doing this so I can find the pipe once and just update all the necessary fields.
I know if you have access to full Attribute Rules you can return a complex object to update multiple fields in a single rule, might be worth trying with the form designer (or submit an Idea if it doesn't work).