Hello all,
I have seen this posted in response to Sharepoint but not CDS.
I have a simple flow that when a CDS record is updated it updates an API. When updated that API responce with an item version. I need to then update my CDS record with this new version number to make sure i can make future calls. This then causes the update trigger to be called again and thus i enter an infinite loop.
Is there a way to tell the update trigger to ignore this or some way to use the attribute filters to avoid this? I have fields that have the update time etc, but i am hesitant to rely on these as what if a change is made in rapid succession I might have a problem. For example if i say check if this was updated within the last 20 seconds and ignore if so....
Here is a snap of the flow.
