Hi Team,
In the Flow Store action, the ‘Get’ option retrieves the key name along with its value. How do I retrieve only the value?
Hi Team,
In the Flow Store action, the ‘Get’ option retrieves the key name along with its value. How do I retrieve only the value?
Hi Vidyesh,
The ‘Get’ option of the Flow Store action returns the keyname and its value through the ‘data’ key, i.e.,‘ {{$a1.data}}’. To retrieve only the value of the key, append ‘.keyname’ at the end of the data key. For example, if the keyname is ‘record’ and its value is ‘11’, use ‘{{a1.data.record}}’ as input to retrieve only the value.
Regards,
Pramod