Skip to main content
Nintex Community Menu Bar
Solved

Update List Item in different List

  • September 27, 2022
  • 2 replies
  • 171 views

Forum|alt.badge.img+1

Hello,

we have SharePoint on prem and I am trying to update an item in a different list. The Problem is...the column name is dynamically (Budget2022, Budget2023....).

First I set a variable with the name of the column. I tried different ways to update the value, but not succesfull. 

At the moment I try with WebServices (UpdateListItems). But I need help with the Syntax. Or has somebody another idea?

 

I tried:

26532iBEC7144A1160FCAA.png

and:

26533i57C32D23C3004B7A.png

 

Anyone an idea?

 

Thanks,

David

 

 

Best answer by bamaeric

It's not completely dynamic, but maybe try using a Switch action with branches for each Budget year column to update. Then configure an update item in each branch with the Budget year hardcoded.

2 replies

bamaeric
Forum|alt.badge.img+14
  • Apprentice
  • Answer
  • September 27, 2022

It's not completely dynamic, but maybe try using a Switch action with branches for each Budget year column to update. Then configure an update item in each branch with the Budget year hardcoded.


Forum|alt.badge.img+1
  • Author
  • Rookie
  • September 27, 2022

Hello and thanks for the suggestion. I'm considering implementing it this way 🙂 Then a change is only necessary every few years.

 

Greetz,

David