Hi everyone,
I am trying to prepare a layout that will be used to print in arcgis experience builder. There I need to publish a map and some data from the attribute table of the map's layers.
To showcase the data I am using value (show the values seperated by delimiter) option of the dynamic text.
When I print using the layout file (.pagx) I get the map but the dynamic text does not get updated.
Can you help?
I am currently following a video published by esri
here is the link:
Enabling High-Quality Printing in Web Applications
Thanks in advance
Solved! Go to Solution.
because you are using experience builder (ExB) print widget, I think for now your best option is to follow the steps from the article below.
https://community.esri.com/t5/arcgis-enterprise-documents/print-dynamic-text-from-a-web-application/...
if it were a custom js api app, I could've given you a different option.
that said, we have a plan to fully support dynamic-text-elements from ExB print widget soon
because you are using experience builder (ExB) print widget, I think for now your best option is to follow the steps from the article below.
https://community.esri.com/t5/arcgis-enterprise-documents/print-dynamic-text-from-a-web-application/...
if it were a custom js api app, I could've given you a different option.
that said, we have a plan to fully support dynamic-text-elements from ExB print widget soon
Hi @TanuHoque
Thank you for your response.
I have already followed these steps described in the blog but when I print using the widget I get the same error.
as you can see in the image plot no is supposed to be printed because I have used dynamic text (value) there but it is not being printed.
Here is a screen shot of the .pagx file
Eagerly waiting for your reply
Thank you
Dear @TanuHoque
My final target is to use the printing service in a custom js api app.
I am using exb for testing the gp tool service to check whether it's working or not.
So it would be a great help if you could also give me the source for js api solution.
Thanks a lot
eagerly waiting for you reply