Hi
I'm trying to run a custom FindChangeByList but I'm getting an error (Error Number 30477, Error String:Invalid parameter)
Can anybody help?
I have a multi page document, on each page is a text box containing a bullet list. The bullet list has a paragraph style called 'Products_Services_Bullets'. I have another paragraph style called 'Products_Services_Bullets (Last Bullet)' I'm trying to use FindChangeByList to change the paragraph style of the last bullet in every text box on every page.
I have the following in my FindChangeByList.txt file:
grep {findWhat:”Z”, appliedParagraphStyle:”Products_Services_Bullets”} {appliedParagraphStyle:”Products_Services_Bullets (Last Bullet)”} {includeLockedStoriesForFind:true, includeLockedLayersForFind:true, includeHiddenLayers:false, includeMasterPages:true, includeFootnotes:true, kanaSensitive:false, widthSensitive:true} //Change last bullet to Last Bullet style
Anybody any ideas?
Cheers