Hello,
I have tried sooooo many suggestions that I at the end of my rope.
First
=============================
I have both the date column & a second column converting the date into text
=IF(ISBLANK(R2),"",(TEXT(R2,"yyyy/mm/dd hh:mm:ss")))
I have:
used the create variable - set variable - If(empty(int add days expression to create item
used the create variable - set variable - If(empty(formatdate add days expression to create item
the create variable - set variable - compose output- place compose variable output with expression to create item (both addDays & formatdate)
the create variable - set variable - compose output- place set variable output value to create item
the create variable - set variable - place set variable value to create item
Why is there not a plain and simple way to add the date into a list date field from Excel???
Second
===============================
Any great methods without using HTTP to delete all items from a SharePoint list of more than 10000 rows
- no premium!
- no HTTP using API !
- something that runs in under 6-8 hours??
I can run the delete all the basic ways with no parallel filtered actions and it takes forever
I can run parallel actions filtered on a number (integer) column I added in excel but it times out before all the actions are complete
I tried different combinations of the parallel actions adjusting the filters for more or fewer rows - still times out
I tried using Solutions with child flows filtered on a number (integer) column I added in excel - still times out
Please share how many parallel actions (child flows) versus the number of rows will run with facing TIMED OUT
Thank you,
Dublin,OH User