sharepoint update item claims field as email or append text

Copper Contributor

i have a claims field where i update the column Genehmiger2 with the content "responses approver name".

that works as expected.

 

kurt6_1-1629361826131.png

 

 

but in some parts of the flow on reject actions i would like that the Genehmiger2 column is updated with a different text than the name. it could be the email address or append text to the name is also ok.

but when i use "responses approver email" it always writes the name in the column not the email address.

respones approverid or responses principal name are also not working, flow is failing.

the easyest way would be to append some text. but is that possible?

 

thanks

 

i found an expression what returns me the name...but how can i append some text?

first(outputs('Start_and_wait_for_an_approval')?['body/responses'])?['responder/email']

0 Replies