function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
salvatoreovlassalvatoreovlas 

Setting Value to a flow via API

Hi!

I need to set a value to a flow via Apex,

my scenario: I run a flow inside a VF page and I retrieve a value from the flow to the page, then i need to modify it on the VF page and set it back and pass it again to the flow to be worki with it again.

How can I achieve that any ideas? Is there a way to set the value to flow not using the URL but using Apex?