Hello~
I’d like to type into below sentence but it’s getting error message due to “”. In this case how should I configure on type info field?
Target Sentence : “PDF_DailyReport.pdf” “Untitled.png”

Thank you!!
Hello~
I’d like to type into below sentence but it’s getting error message due to “”. In this case how should I configure on type info field?
Target Sentence : “PDF_DailyReport.pdf” “Untitled.png”
Thank you!!
Hi @Dorothy_lee ,
What exactly you want to type ?
If you want only “PDF_DailyReport.pdf” then use it like
I have checked simulate so it will auto clear existing text of textbox.
You can also Check Empty if you don’t want to use Simulate.
Use two double quotes if you want " as part of the string.
“hello there ““Paul””” will result in output of: hello there “Paul”
Hi @Dorothy_lee
Best way is to Chr(34) to get "
see this example i used as input in type into activity
Try this way
Regards
Nived N
Try this one. For each double quote, you need to add one escape double quote.
“”“Untitled.png”“” +“”“PDF_DailyReport.pdf”“”
Reference: c# - Escape double quotes in a string - Stack Overflow
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.