Share via

SharePoint Flow Formula

Anonymous
2024-07-25T05:31:18+00:00

Hi Experts,

Hoping someone out there can provide me with what the correct formula should be to write standard text & then add the ID to the end.

Example:

If Column1 has Entry of Either X or Y

Then

Always Write

CMNEM_

then

Append value in column1 to be

CMNEM_X

or CMNEM_Y

and then append the ID

So if ID was 1 & Column1 is Y expect to write to new column CMNEM_Y_01

or

IF ID was 2 & Column1 is X expect to write to new column CMNEM_X_02

Microsoft 365 and Office | SharePoint | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2024-07-26T03:39:10+00:00

    Dear Paul,

    It seems that you have posted a new thread for this issue on our forum.

    I have replied to it and you can check the result and share your updates at your convenience.

    Sharepoint Power Automate Formula Not Returning All Values - Microsoft Community

    Meanwhile, I suggest you reenter the flow>change the end of the flow URL from true to false to change the flow into the classic mode and run the flow again to see whether the issue goes away from your side.

    Your effort and time are greatly appreciated!

    Sincerely

    Cliff | Microsoft Community Moderator

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-07-27T00:19:10+00:00

    Dear Paul,

    It seems that the issue in your environment has been resolved.

    Sharepoint Power Automate Formula Not Returning All Values - Microsoft Community

    Thanks for your updates and kindness.

    I'm glad to hear the good news.

    If it is convenient, please also send your feedback as follows as it may benefit the community process.

    ![Image](https://learn-attachment.microsoft.com/api/attachments/974db0b7-94b8-41e6-98a0-665778d3aa15?platform=QnA

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-07-25T07:32:08+00:00

    Dear Paul,

    You can use the flow like the following.

    New Column formula: concat('CMNEM_',outputs('Get_item')?['body/Column1/Value'],'_',outputs('Format_number')?['body'])

    Result:

    Welcome to share any updates when you have time if you need more help on this issue.

    Your effort and time are greatly appreciated!

    Sincerely

    Cliff | Microsoft Community Moderator

    Was this answer helpful?

    0 comments No comments