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,
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
91 | |
58 | |
42 | |
39 | |
37 |
User | Count |
---|---|
84 | |
72 | |
56 | |
56 | |
43 |