Hello,
I am relatively new to the python API. There is something I am not understanding about featurelayercollections (flc). In AGOL, I have a feature service with a point layer and a related table. This is feature service is an flc:
<Item title:"123" type:Feature Layer Collection owner:123>
According to the documentation, I should have access to properties such as "relationships" or "manager". I wanted to use the flc manager to add a layer to the service but running the code:
flc.manager.insert_layer("path")
An error: 'Item' object has no attribute 'manager'
What am I missing here?
Thanks,