I have a list with items. One field in this list is true/false.
I want to copy a list item, when this field is set to 'true' to another list.
is there a SharePoint copy list item available?
And if possible after that I want to delete the original list item.
Solved! Go to Solution.
How to use Boolean in Flow? That's the question.
'True' won't work in Flow.
You have to 'Edit in advanced options'.
See the red section below
@equals(triggerBody()?['Token_x0020_afgeschreven'], bool(1))
Anyone?
Hi Maas,
I think this can be done, please create the flow like below and test if this can be achieved.
Regards,
Mona
I've tryed that, but I get errors. See pictures below. Sorry it is Dutch language!
First picture is the build, second picture is the execution, with errors.
How to use Boolean in Flow? That's the question.
'True' won't work in Flow.
You have to 'Edit in advanced options'.
See the red section below
@equals(triggerBody()?['Token_x0020_afgeschreven'], bool(1))
Hi @v-monli-msft,
The issue we're having here is that the version history in the original list item is gone! Is there a way so that the version history is kept? Thanks.
in your Flow when you create the action "create item", be sure to:
- in "List Name", choose your destination list, i.e. the one where you want your item to be copied to
- for each field of the "new" list, add the dynamic content of the corresponding field in the "old" list. That's easy to do, you just click in the field, and in the "dynamic content" pop-up you choose whatever field has exactly the same name
It worked perfectly for me, with a minor issue whereby attachments seem not to be transferred, but that may be just an issue of view settings on my end
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
45 | |
43 | |
38 | |
37 | |
33 |
User | Count |
---|---|
91 | |
85 | |
51 | |
47 | |
38 |