Hi,
For the past years, I have been using this script that allows me to update prices.
In an Excel, we have 2 columns: “Unique key” and “Price”
The script reads out the key from InDesign, looks for this key in Excel and places the corresponding price from the inside InDesign.
This script has been working without a problem untill recently.
After looking into this issue, I managed to find what causing the problem. When i turn on hidden characters, i see the following:
https://postimg.cc/image/9aahxicy3/
The script works on the top cell (#) but not on the cell below (#::). The fact that there are :: is what stops the script from running.
I noticed that the hidden character (#::) only shows up when I add a new row to a table or when I use tab.
A newly created table (#) does not give any issues.
So far, I found 2 solutions for the issue: Either copy the “working” cells over the cells that got issues (so the ones with #::) or create a new table with the correct amount of cells and copy over the hidden keys.
Is there any other solution to fix this problem? Sadly the script is encoded and the developper changed jobs.