mce
(Maic Ceriani)
March 3, 2022, 1:21pm
1
I’m already able to put a NewUserPassword on the Properties ( “1” in the below example)
Now, I want to protect my file with the Birth date(password) if Lookup filename is found and put this Birth date(password) under the field “NewUserPassword”.
How to do that? Do you have an idea? Should I use a lookupdatatable activity?
Thanks in advance for yourhelp
Maic
Gokul001
(Gokul Balaji)
March 3, 2022, 1:27pm
2
hI @mce
Yes you can use lookup datatable and get the row index and set your target column as Birth date(Password) and create a variable in cell value to get that and use it
Regards
Gokul
1 Like
mce
(Maic Ceriani)
March 3, 2022, 1:38pm
3
Can you show me an example?
Gokul001
(Gokul Balaji)
March 3, 2022, 2:02pm
4
Have you used Lookupdatatable in your previous projects?
Gokul001
(Gokul Balaji)
March 3, 2022, 2:19pm
5
@mce
And how will you differentiate each PDF with the name right
So use like this
Look up value : Margrit Hirschi
Column Name or Column Index field anyone should be filled : “Name” or 1
Target Column Name or Column Index must be filled in order t get the cell value: “Birth date (password)” or 2
And create variable in cell value you will get the value as 20211207 and you can use this variable in your manage password
Regards
Gokul
1 Like
system
(system)
Closed
March 6, 2022, 2:19pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.