May 02 2020 06:00 AM
Hello All,
I am new to this forum. I started with Sharepoint a month ago and I have a question as I was guided to this site and would really appreciate your help on the below matter. I was wondering if Sharepoint List can perform basic automatic formulas as excel. Below is the description :
I have created :
A- List A ( only one item) with a Date column "Start"
B- List B ( several items) with a Date column "Deadlines"
The following is targeted :
I tried with lookup column, however lookup column does not automatically fill/populate a column in Sharepoint, additionally it is not possible to execute a formula with a Lookup column values.
if it is possible with json code formatting , I would appreciate guidance on where I can get the info.
Your help is highly appreciated. And If you require additional information I am more than available to provide it .
Thank you.
Najwa.
May 02 2020 02:52 PM
Solution@Najwa_Work you can use PowerAutomate or a SharePoint Designer Workflow (that's the old way). Trigger when a new item is created in List A and then use the Flow to create 3 items in the second list.
One thing to consider is the number of items that may get generated in List B. If all of the dates relate to the same item, then you may be better just having the 3 dates in List.
May 03 2020 03:07 AM
May 02 2020 02:52 PM
Solution@Najwa_Work you can use PowerAutomate or a SharePoint Designer Workflow (that's the old way). Trigger when a new item is created in List A and then use the Flow to create 3 items in the second list.
One thing to consider is the number of items that may get generated in List B. If all of the dates relate to the same item, then you may be better just having the 3 dates in List.