Pergunta

In SharePoint online, I created a declarative (designer) workflow on List A. The workflow is triggered on item created.

When a new item is created on List A, it creates new list item in List B.

Once the item gets created in List B, I'm trying to update the List A item.

But currently its's not working. Please suggest some workaround.

Latest workflowenter image description here screenshot:

Foi útil?

Solução

There are some workaround for this

  • Create hidden custom column name ListAID in List B which save list A current item ID.
  • In declarative workflow create variable , like if List B item ListAID
    Column value is equal to List A item ID, then get List B ID column value in
    variable

please see below screen shot enter image description here

Here you need to use lookup

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top