Utilize Multiple Replace Functions

454
2
07-29-2021 09:39 AM
Status: Open
Robert_Geoffrey_DeWitty
New Contributor II

Please make it possible to call on multiple replace functions in one script. I'm trying to replace multiple values in a spreadsheet column with their respective links(null1 to link 1, null2 to link2) but this is not possible as only the last replace function is called though I'm replacing different values. 

Tags (2)
2 Comments
RobertBorchert

You should be able to.  At least in Python

If you are using some of the same variables for each portion of the script multiple times you can use 

del <variable name> function.

look into that

Robert_Geoffrey_DeWitty
Also, is it possible to add specific pictures for each pop up on a map? I want each one to display for its respective location but when I add them it just displays multiple in type of mini slide show.