I am writing this out of curiosity. So let’s take a scenario:
- A trigger that creates a contact in app A.
- Action in app B where we sends out a message on the contact details received from app A
- Search contact in app A
- if (no contact made before) Sends another message on the contact details received from app A
Question: Trigger sample data received from app A and the result of search action of app A in step 3 will contain the same information? or would it contain some new information from the action in step 2? Can someone please explain the life-cycle to me?