Sherrie1
(s)
November 14, 2024, 2:04pm
1
i want to put the output of texts in the text file into string format, but i keep getting this error. how can i solve this?
Anil_G
(Anil Gorthi)
November 14, 2024, 2:07pm
2
@Sherrie1
Just create a string variable and use that variable there
or in that field click ctrl+k and then give a name
cheers
Hi @Sherrie1
The output type of this activty is already String format. You should just create a String variable and put it on Output area.
Regards.
Sherrie1
(s)
November 15, 2024, 3:15am
4
do i use set variable value activity to create string variable? but what should the “value to save” be?
Melroy_Dsa
(Melroy Dsa)
November 15, 2024, 4:15am
5
Hi @Sherrie1 , you can just directly put “SavedValues” in the OutputTo Expression Editor, it will save the content of the text file and store it in the variable.
Hope this helps!
Sherrie1
(s)
November 15, 2024, 7:14am
6
a
i still get back an error
Melroy_Dsa
(Melroy Dsa)
November 15, 2024, 7:54am
7
Check your variables panel, you probably did not declare SavedValues as String.
Sherrie1
(s)
November 15, 2024, 8:45am
8
o
should my bookmark text be ManagerFeedback or SavedValues variable?
Sherrie1
(s)
November 16, 2024, 5:12am
9
my current workflow is like this, but the generated word file still consists of all the text from every text file, but i only want to assign the text to each individual word file
Hi @Sherrie1 ,
What exactly are you trying to do? You can also share the xaml file if you want.