<@U04SE163WC8> How to input state in UI [ { ...
# ask-ai
a
@kapa.ai How to input state in UI [ { "dateTime" : "2024-08-18T223000Z" } ]
k
To input or edit the state in the Airbyte UI, you can follow these steps: 1. In the Airbyte UI, click Connections and then click the connection you want to display. 2. Click the Settings tab on the Connection page. 3. Click the Advanced dropdown arrow. The Connection State displays. 4. Click anywhere in the Connection state to start editing. You can then input your state, for example:
Copy code
json [     {         "dateTime" : "2024-08-18T22:30:00Z"     } ]
5. Confirm changes by clicking "Update state". Discard any changes by clicking "Revert changes". 6. Confirm the changes to the connection state update. Please note that updates to connection state should be handled with extreme care. Updates may break your syncs, requiring a full historical sync of your data to fix. Make changes only as directed by the Airbyte team. For more information, you can refer to the [Airbyte documentation](https://docs.airbyte.com/cloud/managing-airbyte-cloud/manage-connection-state).