I am experimenting with this scenario:
I build an Actor, and create 3 fork/build. each have different INPUT_SCHEMA, README.md, etc.
When I change version via Version dropdown, I can see INFORMATION page changed.
But, the INPUT page does not change, without have to refresh the page, even so, it seem the input conficlting with each other (diffrent fork).
Can it fixed, so when I change versions, the INPUT page also changed.
Context: I am trying to build an Actor Bundle that can scrape multiple website with different input schema (utilizing platform fork features).
this should work via api: eg
https://api.apify.com/v2/acts/actorId/run-sync?build=website_1.
I want this also work from web console, is this something doable ?