display cost center field in requested item table from request form

Deepika43
Tera Contributor

on my requirement i created one field name 'cost center' and it should display in requested item list view. Here the cost center value is empty like this below image.

Deepika43_0-1694160979337.png

But this value should get from request form front end like

Deepika43_1-1694161075342.png

Here I need to display this value according to user change cost center value also change so need to display this cost center field in request item table.

 

can please suggest how to achieve this

 

 

12 REPLIES 12

Deepika43_0-1694163338646.png

this is the workflow

Then use a run script activity

current.<name of cost center field on request item> = current.variables.<name of cost center variable>  

current.update();

this is not working 

please share screenshot of your flow and script

this is the screenshot of workflow in attachement