I have an MS Form that, when submitted, writes a row to a Sharepoint list and inserts a row into a Smartsheet for internal requirements. The RowID from the Smartsheet insert is also parsed out of the JSON output and stored on the Sharepoint list row as a reference.
When the Sharepoint list is updated, the updated values need to be synced with Smartsheet. For example, if the status changes from Reviewed to Approved, then the mapped column on Smartsheet would need to update. However, I only see a connector to add a discussion to a row and not an UpdateRow for Smartsheet. Is there a connector to update a row in Smartsheet with the Smartsheet ID and Row ID provided as part of the input? If not, is this on the roadmap?