You are viewing limited content. For full access, please sign in.

Question

Question

Want to invoke a workflow only when certain users make a metadata change

asked on April 21, 2020 Show version history

I want to create my starting rule so that the workflow is only invoked when certain people make a metadata change. Here's what I tried, but failed

 

0 0

Replies

replied on April 21, 2020

That looks like it should work. Have you checked the rule evaluation in the Subscriber Trace?

1 0
replied on April 22, 2020

Turns out our users aren't set up in such a way that this would work.

0 0
replied on April 22, 2020

New method.

I want to copy a document to a folder. But I only want to copy it to the folder IF there isn't a document already in there with the same contents of a metadata field (e.g. Metadata field = OBD# --- Look at documents already in folder, if any document has the same OBD# as doc I want to copy, then don't copy it"

0 0
replied on April 22, 2020

Use Search Repository to check if a document with the desired field value exists.

Out of curiosity, what do you mean by " users aren't set up in such a way that this would work"?

0 0
replied on April 22, 2020

Can "Search Repository" look at a field for all documents within a folder? I want it to say "if any one of the documents in this folder has the same field value, don't copy the entry into the folder"

I'm really new to LF so I'm not good at articulating the correct language. I tried in the starting rule to only allow the workflow to start if the Entry change was made by certain users, but it looks like all our users are just under a generic user, rather than each person having a unique username.

0 0
replied on April 22, 2020

You can use Search Repository. To know the right syntax use LF Client Search and execute the search you want to perform. Once your search returns correct result, in search query options also add “Advance Search”. This will give you correct syntax. You can replace static values of syntax with retrieve field value tokens in workflow. 

2 0
replied on April 22, 2020

Just being curious, how did you choose your field in condition #4 and you didn't select a profile to retrieve your metadata from in the Get metadata from drop down list on the top right? 

1 0
replied on April 22, 2020

This rule was written already before I opened it back up.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.