I have a Sharepoint list for tracking actions with several flows built in for reporting and automation. The first flow autogenerates a tracking number once an item has been entered into the list. The next flow then recognizes that the title field has changed and uses that value to create a folder and add the link back to the item in the Sharepoint list. Everything worked as it should for the first 50 items, but now the folder flow is not recognizing the title field change; it runs when the item is modified but returns a "false" value even when the column value has changed.
The flow runs using the following actions (with the create folder and send http request to sharepoint actions in the if yes side of the condition):
Any clue why the condition is suddenly not recognizing the change? The title field is updated using "update item" in the auto-number flow. I can get the folder flow to run if I manually change the value in the title field.