Recurring list item using automation

Natalie Jones 21 Reputation points
2022-01-10T02:49:28.183+00:00

I created a list that has recurring (yes/no), frequency (number-meant to be days), completed (yes/no), and a due date (friendly format) columns. I want to use the information in this list to create a power automate flow to set a recurring item triggered by when it is completed. Just create a new task with same information but updating the due date with the frequency days. I’m new and would appreciate help.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,680 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Du-MSFT 41,866 Reputation points Microsoft Vendor
    2022-02-02T08:50:12.94+00:00

    @Natalie Jones

    You could create flow as following pictures show.
    1.Step1
    170446-1.png

    2.Step2, in the Compose3: int(outputs('Compose')), in the Compose4: addDays(outputs('Compose_2'),outputs('Compose_3'),'yyyy-MM-dd')
    170440-2.png

    3.Step3
    170380-3.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Emily Du-MSFT 41,866 Reputation points Microsoft Vendor
    2022-01-10T09:20:09.617+00:00

    @Natalie Jones

    Based on your description, I understand that your requirement is to update due date column values with frequency column values when recurring column is Yes.

    In my opinion, the due date column is a date and time column and the frequency column is a number column, you cannot update due date column values with frequency column values.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.