e.g.
{
"employee_id": 8,
"first_name": "Iryna",
"last_name": "Savchuk",
"email": "i.savchuk@corp.com",
"hire_date": "2023-10-25",
"salary": 51000,
"is_active": false,
"department": "Marketing",
"notes": "Currently on maternity leave.",
"last_login": "2023-10-24 16:00:00.0"
}
Component Bug Report
Description
Credentials https://vault.bitwarden.com/#/vault?search=Data&itemId=68362483-5aba-4924-91ea-aaca00e449ec&action=view
Component Version
v2.5.10
Database: MySQL, MSSQL, postgreSQL, Oracle
Steps to Reproduce
Selecttriggerselect * from employee2025-11-11 08:30:00last_loginfield in the sample's json orhire_date(because we don't know which field it uses for timestamp)Actual Result
e.g.
Expected Result
If record in DB has date/time field it should respect the value from
Start Polling Fromfield to poll the recordsWorkaround(s)
no