Hi,
I am trying to create a flow between two sharepoint lists.
when an item is created or modified in the first, I get items of the second with discrimination on the "title" which is unique. So normally I'm sure to have just one answer or no answer.
Depending on the presence or absence of an item I want to create a new item or updates the existing one.
To do this I make a condition on "value" "is different from" "null" but apparently even when there is no entry that matches "value" is not empty and it always on "if not"
I'm interested in a good idea ...
Thank you.
Solved! Go to Solution.
Hi @StephaneVedren,
Do you want to create or update items based on Title?
Please make sure that Title is the only value, which is the basis for updating or creating an item.
Image reference:
@equals(length(body('Get_items')?['value']), 0)
Please take a try.
Best Regards,
Hi @StephaneVedren,
Do you want to create or update items based on Title?
Please make sure that Title is the only value, which is the basis for updating or creating an item.
Image reference:
@equals(length(body('Get_items')?['value']), 0)
Please take a try.
Best Regards,
thank you very much it works fine.
I was missing the function "length".
Flow's function formulas are not very simple for non-computer scientists ...
Are there any books to help us?
In any case I thank you for your responsiveness.
Stephane
Hi @StephaneVedren ,
Please check this link and see if it helps:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
37 | |
34 | |
30 |
User | Count |
---|---|
52 | |
38 | |
36 | |
33 | |
24 |