Replace all text not working

The string is being returned correctly but it contains a comma at the end of the string which I need to get rid of as it is interfering with the pdf file name.

Problem is that the replace with a space doesnt seem to remove the comma.

Any solutions welcome

I think you need to put the replace all text before getting the value, because you are replacing only this string “pdf_file_path”

Did you cross check tinyDB value first? Can you share the value with us? URL value in browser is ok but we need to know what kind of value stored in tinyDB

Try splitting text at , and select first item from the list.

1 Like

Thank you. That did it

Much obliged

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.