Hi Everyone,
Where to find this map widget ID mentioned in the document?
Thank you
Solved! Go to Solution.
I'm afraid you cannot find the <mapWidgetID> from the builder. But there's way to find it at run time:
widget_1 is the <mapWidgetID> of this map widget. The reason that the <mapWidgetID> is not available
to users in the builder is that this ID is not very readable.
I'm afraid you cannot find the <mapWidgetID> from the builder. But there's way to find it at run time:
widget_1 is the <mapWidgetID> of this map widget. The reason that the <mapWidgetID> is not available
to users in the builder is that this ID is not very readable.
@Shen_Zhang this helps, thank you for sharing this.
I never would have found it without your post!
Hi Shen
We are using Enterprise version 11.1 - don't have the Settings cog. Is this only in Developer edition of Experience Builder or later versions of Standard Experience Builder? Is there some way I can locate the Map Widget ID from this version?
Thanks
The method from @Shen_Zhang works, but it can be hard to find the correct widget in the URL if there are several listed. Here's another way...
Using the Developer Tools feature in the Chrome browser, you can search the page source and find "widgetid". The widget ID values will be to the right after the "=". The widget will also be highlighted on the web page and you can use that to figure out which widget has which ID.
Nick Seigal