Hi there,
I am developing a custom connector which needs a unique "transactionID" as part of the API request.
Is there a way I can amend the Swagger to have this set originally at say "40", and automatically increment by 1 each time the person uses the connect (e.g. makes the API request)? Currently, I am having to change this manually (hard coding it to the request) each time.
Many thanks
K.