To have a trips and tricks section on integration mapping
Isuri Ranawaka
It would be helpful if we had a trips and tricks section in the Port UI or in our documentation to show that users can always do trips and tricks on their JQ mapping to avoid some user-specific errors.
For example, say the user gets the following error in the Audit logs
"last_push" must match format "date-time"
Then they could solve it by changing the default mapping from last_push: .pushed_at to last_push: .pushed_at | (if type=="number" then todateiso8601 else . end)